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

master-GE
Giulio Cesare Solaroli 2015-07-20 16:28:09 +02:00
parent 444d021f01
commit c0d1848628
1 changed files with 1 additions and 1 deletions

View File

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