Update troubleshooter.js
This commit is contained in:
parent
da58f84fa6
commit
c570e4fdbd
@ -161,8 +161,8 @@
|
|||||||
reapply(aALL);
|
reapply(aALL);
|
||||||
myreset(aTmp.slice(0, _h(aTmp)));
|
myreset(aTmp.slice(0, _h(aTmp)));
|
||||||
while (aTmp.length) {
|
while (aTmp.length) {
|
||||||
alert("NOW TEST AGAIN !");
|
alert('NOW TEST AGAIN !');
|
||||||
if (confirm("if the problem still exists click OK, otherwise click cancel.")) {
|
if (confirm('if the problem still exists click OK, otherwise click Cancel.')) {
|
||||||
aTmp = aTmp.slice(_h(aTmp));
|
aTmp = aTmp.slice(_h(aTmp));
|
||||||
} else {
|
} else {
|
||||||
aTmp = aTmp.slice(0, _h(aTmp));
|
aTmp = aTmp.slice(0, _h(aTmp));
|
||||||
@ -185,7 +185,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
alert("Narrowed it down to "+ aDbg.length.toString() +" prefs, check the console ...");
|
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);
|
for (const oPref of aDbg) console.log(oPref.name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user