mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 21:13:23 +01:00
fix typo
This commit is contained in:
parent
22a5189783
commit
dbca9f2008
@ -357,7 +357,7 @@ egw.extend('debug', egw.MODULE_GLOBAL, function(_app, _wnd) {
|
||||
}
|
||||
}
|
||||
// raise errors to user, if LOCAL_LOG_LEVEL > 0
|
||||
if (LOCAL_LOG_LEVEL_level == "error") raise_error(args);
|
||||
if (LOCAL_LOG_LEVEL && _level == "error") raise_error(args);
|
||||
|
||||
// log to html5 localStorage
|
||||
if (typeof stack != 'undefined') args.pop(); // remove stacktrace again
|
||||
|
Loading…
Reference in New Issue
Block a user