Update bookmarkletLoader.js
This commit is contained in:
@@ -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);
|
||||||
})();
|
})();
|
||||||
|
|||||||
Reference in New Issue
Block a user