Update bookmarkletLoader.js
This commit is contained in:
parent
1b8514d5b0
commit
6229f85d38
@ -2,7 +2,7 @@
|
|||||||
javascript:(function(){
|
javascript:(function(){
|
||||||
var head = document.getElementsByTagName("head")[0];
|
var head = document.getElementsByTagName("head")[0];
|
||||||
var scriptElement = document.createElement("script");
|
var scriptElement = document.createElement("script");
|
||||||
scriptElement.src = <URL to Script>;
|
scriptElement.src = 'https://qoomon.github.io/Jira-Issue-Card-Printer/bookmarklet.js';
|
||||||
head.appendChild(scriptElement);
|
head.appendChild(scriptElement);
|
||||||
head.removeChild(scriptElement);
|
head.removeChild(scriptElement);
|
||||||
})();
|
})();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user