Upgraded initialization system

This commit is contained in:
Pierre
2018-01-02 18:48:39 +01:00
parent 2bfb6fd7d1
commit dced14cf52
10 changed files with 477 additions and 414 deletions

View File

@ -18,7 +18,7 @@ ComunicWeb.debug = {
*/
logMessage: function(message){
//We check we are not in production mode
if(ComunicWeb.__config.productionMode != 1){
if(ComunicWeb.__config.productionMode != true){
console.log("ComunicWebApp debug message", message);
}