diff --git a/copyparty/web/util.js b/copyparty/web/util.js index 3cdd79ce..3ef0627d 100644 --- a/copyparty/web/util.js +++ b/copyparty/web/util.js @@ -149,7 +149,7 @@ function vis_exh(msg, url, lineNo, columnNo, error) { window.onerror = undefined; var html = [ '

you hit a bug!

', - '

try to reset copyparty settings if you are stuck here, or ignore this / ignore all

', + '

try to reset copyparty settings if you are stuck here, or ignore this / ignore all / basic

', '

please send me a screenshot arigathanks gozaimuch: github issue or ed#2644

', '

' + esc(url + ' @' + lineNo + ':' + columnNo), '
' + esc(String(msg)).replace(/\n/g, '
') + '

', '

UA: ' + esc(navigator.userAgent + '')