From 91d132c2b4bcdda5062d398adbbcb76538e2ddb5 Mon Sep 17 00:00:00 2001
From: ed
Date: Tue, 15 Nov 2022 20:17:53 +0000
Subject: [PATCH] add basic-ui hint for firefox 8 and older
---
copyparty/web/util.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 + '')