mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-10 16:08:34 +01:00
fix typo
This commit is contained in:
parent
6be491d6eb
commit
d736d6cb4a
@ -357,7 +357,7 @@ egw.extend('debug', egw.MODULE_GLOBAL, function(_app, _wnd) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// raise errors to user, if LOCAL_LOG_LEVEL > 0
|
// 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
|
// log to html5 localStorage
|
||||||
if (typeof stack != 'undefined') args.pop(); // remove stacktrace again
|
if (typeof stack != 'undefined') args.pop(); // remove stacktrace again
|
||||||
|
Loading…
Reference in New Issue
Block a user