Commit 19463eac authored by Joel Martin's avatar Joel Martin

Fix logging init on first page load (not in cookie).

parent f7f69d8e
...@@ -105,7 +105,7 @@ load: function(target) { ...@@ -105,7 +105,7 @@ load: function(target) {
$(target).innerHTML = html; $(target).innerHTML = html;
// Settings with immediate effects // Settings with immediate effects
DC.initSetting('logging', 'default'); DC.initSetting('logging', 'warn');
Util.init_logging(DC.getSetting('logging')); Util.init_logging(DC.getSetting('logging'));
DC.initSetting('stylesheet', 'default'); DC.initSetting('stylesheet', 'default');
Util.selectStylesheet(DC.getSetting('stylesheet')); Util.selectStylesheet(DC.getSetting('stylesheet'));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment