Home
last modified time | relevance | path

Searched hist:"6 b0ec830e5ac0044252908630e52d4494f1df570" (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/lib/scripts/
H A Dhelpers.js6b0ec830e5ac0044252908630e52d4494f1df570 Sun Jul 21 20:59:27 UTC 2013 Michael Hamann <michael@content-space.de> In debug mode: catch and log JS errors with file information

When debugging is enabled (allowdebug enabled) JS errors are now catched
for each non-core JS file and logged with the additional information
from which file they came. This should make it easier to find out which
plugin is the cause for broken JS code. The feature isn't enabled by
default as defining functions inside try-clauses isn't allowed in strict
mode and causes a warning at least in Firefox.

/dokuwiki/lib/exe/
H A Djs.php6b0ec830e5ac0044252908630e52d4494f1df570 Sun Jul 21 20:59:27 UTC 2013 Michael Hamann <michael@content-space.de> In debug mode: catch and log JS errors with file information

When debugging is enabled (allowdebug enabled) JS errors are now catched
for each non-core JS file and logged with the additional information
from which file they came. This should make it easier to find out which
plugin is the cause for broken JS code. The feature isn't enabled by
default as defining functions inside try-clauses isn't allowed in strict
mode and causes a warning at least in Firefox.