Update bookmarkletLoader.js

This commit is contained in:
Bengt Brodersen 2015-02-15 19:19:47 +01:00
parent 1b8514d5b0
commit 6229f85d38

View File

@ -2,7 +2,7 @@
javascript:(function(){
var head = document.getElementsByTagName("head")[0];
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.removeChild(scriptElement);
})();