* url fixes

* set value of external id if it exists
This commit is contained in:
Dávid Danyi
2016-08-30 13:38:11 +02:00
parent 60379e63cf
commit 2fbedeff97
4 changed files with 12 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
<body>
<b>Just Drag'n'Drop the button into your Bookmarks</b>
<div class="button">
<a href="javascript:(function(){ var script = document.createElement(&quot;script&quot;); script.src = &quot;http://vasgyuro.tsp/~edvidan/jira-card-printer/bookmarklet.js&quot;; document.body.appendChild(script); document.body.removeChild(script);})();">CardPrinter</a>
<a href="javascript:(function(){ var script = document.createElement(&quot;script&quot;); script.src = &quot;https://static.ragnarok.yvan.hu/jira-card-printer/bookmarklet.js&quot;; document.body.appendChild(script); document.body.removeChild(script);})();">CardPrinter</a>
</div>
</body>
</html>