2015-01-23 13:45:29 +01:00
|
|
|
// tested for Chrome, IE
|
|
|
|
|
javascript:(function(){
|
|
|
|
|
var head = document.getElementsByTagName("head")[0];
|
|
|
|
|
var scriptElement = document.createElement("script");
|
2016-08-30 13:38:11 +02:00
|
|
|
scriptElement.src = 'https://static.ragnarok.yvan.hu/jira-card-printer/bookmarklet.js';
|
2015-01-23 13:45:29 +01:00
|
|
|
head.appendChild(scriptElement);
|
|
|
|
|
head.removeChild(scriptElement);
|
|
|
|
|
})();
|