no message

This commit is contained in:
Bengt Brodersen 2015-11-27 17:59:54 +01:00
parent ac2d6c8498
commit 2d7656ba00

View File

@ -6,7 +6,7 @@
// YouTrack: http://qoomon.myjetbrains.com/youtrack/dashboard
var global = {};
global.version = "4.3.1";
global.version = "4.3.2";
global.issueTrackingUrl = "https://github.com/qoomon/Jira-Issue-Card-Printer";
global.isDev = document.currentScript == null;
global.isProd = !global.isDev;