Skip to content

Commit c570e4f

Browse files
authored
Update troubleshooter.js
1 parent da58f84 commit c570e4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scratchpad-scripts/troubleshooter.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@
161161
reapply(aALL);
162162
myreset(aTmp.slice(0, _h(aTmp)));
163163
while (aTmp.length) {
164-
alert("NOW TEST AGAIN !");
165-
if (confirm("if the problem still exists click OK, otherwise click cancel.")) {
164+
alert('NOW TEST AGAIN !');
165+
if (confirm('if the problem still exists click OK, otherwise click Cancel.')) {
166166
aTmp = aTmp.slice(_h(aTmp));
167167
} else {
168168
aTmp = aTmp.slice(0, _h(aTmp));
@@ -185,7 +185,7 @@
185185
}
186186

187187
alert("Narrowed it down to "+ aDbg.length.toString() +" prefs, check the console ...");
188-
console.log("The problem is caused by 2 or more of these prefs:");
188+
console.log('The problem is caused by 2 or more of these prefs:');
189189
for (const oPref of aDbg) console.log(oPref.name);
190190
}
191191

0 commit comments

Comments
 (0)