Skip to content
Snippets Groups Projects
Commit c6f665dd authored by Michael Hamann's avatar Michael Hamann
Browse files

Don't recommend the deprecated default template for JS debugging

parent 6b0ec830
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment