File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 ) ) ;
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
You can’t perform that action at this time.
0 commit comments