added config as global :dull:

This commit is contained in:
barisusakli
2015-08-28 17:08:17 -04:00
parent e09e980428
commit 980484d930

View File

@@ -641,6 +641,8 @@ app.cacheBuster = null;
socketIOConnect();
templates.setGlobal('config', config);
app.cacheBuster = config['cache-buster'];
require(['csrf'], function(csrf) {