Tentative fix the problem of the ‘compiled’ version of the application

This commit is contained in:
Giulio Cesare Solaroli 2015-07-20 16:28:09 +02:00
parent 444d021f01
commit c0d1848628

View File

@ -458,4 +458,4 @@ Clipperz.PM.UI.ImportContext.getDefaultImportTag = function() {
var dateString = now.toString('yyyyMMdd');
return "Import_" + dateString;
}
};