user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit c570e4fdbd68a1cdbb3fef5d946498b5e585345f
parent da58f84fa6f2f978c8623e204ecdfb5a3a2bb9ed
Author: earthlng <earthlng@users.noreply.github.com>
Date:   Wed, 30 Dec 2020 15:12:07 +0000

Update troubleshooter.js
Diffstat:
Mscratchpad-scripts/troubleshooter.js | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/scratchpad-scripts/troubleshooter.js b/scratchpad-scripts/troubleshooter.js @@ -161,8 +161,8 @@ reapply(aALL); myreset(aTmp.slice(0, _h(aTmp))); while (aTmp.length) { - alert("NOW TEST AGAIN !"); - if (confirm("if the problem still exists click OK, otherwise click cancel.")) { + alert('NOW TEST AGAIN !'); + if (confirm('if the problem still exists click OK, otherwise click Cancel.')) { aTmp = aTmp.slice(_h(aTmp)); } else { aTmp = aTmp.slice(0, _h(aTmp)); @@ -185,7 +185,7 @@ } alert("Narrowed it down to "+ aDbg.length.toString() +" prefs, check the console ..."); - console.log("The problem is caused by 2 or more of these prefs:"); + console.log('The problem is caused by 2 or more of these prefs:'); for (const oPref of aDbg) console.log(oPref.name); }