diff --git a/copyparty/web/util.js b/copyparty/web/util.js index 2b0e63a3..1282cd6e 100644 --- a/copyparty/web/util.js +++ b/copyparty/web/util.js @@ -37,6 +37,7 @@ function vis_exh(msg, url, lineNo, columnNo, error) { html.push('

' + find[a] + '

' + esc(String(error[find[a]])).replace(/\n/g, '
\n')); } + html.push('

if you are stuck here, try to reset copyparty settings

'); document.body.innerHTML = html.join('\n'); var s = mknod('style');