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

This commit is contained in:
Joel Martin 2010-07-22 10:46:50 -05:00
parent f7f69d8eaa
commit 19463eac1f
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ load: function(target) {
$(target).innerHTML = html;
// Settings with immediate effects
DC.initSetting('logging', 'default');
DC.initSetting('logging', 'warn');
Util.init_logging(DC.getSetting('logging'));
DC.initSetting('stylesheet', 'default');
Util.selectStylesheet(DC.getSetting('stylesheet'));