This commit is contained in:
barisusakli
2014-06-23 19:45:45 -04:00
parent 3e73e17502
commit 1296cd58b9
6 changed files with 52 additions and 43 deletions

View File

@@ -164,6 +164,10 @@ var socket,
}
app.cacheBuster = config['cache-buster'];
bootbox.setDefaults({
locale: config.defaultLang
});
}
}
@@ -570,4 +574,5 @@ var socket,
app.loadConfig();
app.alternatingTitle('');
}());