* deploy.php fixed

* bookmark installer fixed
This commit is contained in:
Dávid Danyi
2016-08-29 17:06:02 +02:00
parent dadd365ae8
commit d64273c9e9
3 changed files with 13 additions and 3 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;https://qoomon.github.io/Jira-Issue-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;http://vasgyuro.tsp/~edvidan/jira-card-printer/bookmarklet.js&quot;; document.body.appendChild(script); document.body.removeChild(script);})();">CardPrinter</a>
</div>
</body>
</html>