From 6229f85d382affa520df7733cdec1dab7a8d17da Mon Sep 17 00:00:00 2001 From: Bengt Brodersen Date: Sun, 15 Feb 2015 19:19:47 +0100 Subject: [PATCH] Update bookmarkletLoader.js --- bookmarkletLoader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookmarkletLoader.js b/bookmarkletLoader.js index 14768ee..9752688 100644 --- a/bookmarkletLoader.js +++ b/bookmarkletLoader.js @@ -2,7 +2,7 @@ javascript:(function(){ var head = document.getElementsByTagName("head")[0]; var scriptElement = document.createElement("script"); - scriptElement.src = ; + scriptElement.src = 'https://qoomon.github.io/Jira-Issue-Card-Printer/bookmarklet.js'; head.appendChild(scriptElement); head.removeChild(scriptElement); })();