diff options
author | Michael Hamann <michael@content-space.de> | 2013-07-30 17:50:17 +0200 |
---|---|---|
committer | Michael Hamann <michael@content-space.de> | 2013-07-30 17:50:17 +0200 |
commit | c6f665dd924dfa715fc19140c26d25eddcef9841 (patch) | |
tree | db0e94c1e4e603c461e635e1718682ebac9eecd2 /lib | |
parent | 6b0ec830e5ac0044252908630e52d4494f1df570 (diff) | |
download | rpg-c6f665dd924dfa715fc19140c26d25eddcef9841.tar.gz rpg-c6f665dd924dfa715fc19140c26d25eddcef9841.tar.bz2 |
Don't recommend the deprecated default template for JS debugging
Diffstat (limited to 'lib')
-rw-r--r-- | lib/scripts/helpers.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/scripts/helpers.js b/lib/scripts/helpers.js index fdac13b71..677abbad7 100644 --- a/lib/scripts/helpers.js +++ b/lib/scripts/helpers.js @@ -79,7 +79,7 @@ function logError(e, file) { if (window.console && console.error) { console.error('The error "%s: %s" occurred in file "%s". ' + 'If this is in a plugin try updating or disabling the plugin, ' + - 'if this is in a template try updating the template or switching to the "default" or "dokuwiki" template.', + 'if this is in a template try updating the template or switching to the "dokuwiki" template.', e.name, e.message, file); } -}
\ No newline at end of file +} |