@@ -96,7 +96,7 @@ const ui = {
96
96
*
97
97
* @type {boolean }
98
98
*/
99
- showRemoveAllBrokenBookmarksBtn : false ,
99
+ showRemoveAllBrokenBtn : false ,
100
100
101
101
/**
102
102
* boolean, indicates whether the debug output should be shown or not.
@@ -279,10 +279,10 @@ const ui = {
279
279
}
280
280
281
281
if ( ui . errors === 0 ) {
282
- ui . showRemoveAllBrokenBookmarksBtn = false ;
282
+ ui . showRemoveAllBrokenBtn = false ;
283
283
}
284
284
else {
285
- ui . showRemoveAllBrokenBookmarksBtn = true ;
285
+ ui . showRemoveAllBrokenBtn = true ;
286
286
}
287
287
288
288
if ( response . debug . length === 0 ) {
@@ -309,7 +309,7 @@ const ui = {
309
309
ui . showSearchField = false ;
310
310
ui . showFilterCheckboxes = false ;
311
311
ui . showRepairAllRedirectsBtn = false ;
312
- ui . showRemoveAllBrokenBookmarksBtn = false ;
312
+ ui . showRemoveAllBrokenBtn = false ;
313
313
ui . showDebugOutput = false ;
314
314
315
315
ui . buildDuplicatesUi ( response . bookmarks ) ;
@@ -367,7 +367,7 @@ const ui = {
367
367
elRepairAllRedirects . classList . add ( 'hidden' ) ;
368
368
}
369
369
370
- if ( ui . showRemoveAllBrokenBookmarksBtn ) {
370
+ if ( ui . showRemoveAllBrokenBtn ) {
371
371
elDeleteAllBookmarksWithErrors . classList . remove ( 'hidden' ) ;
372
372
}
373
373
else {
0 commit comments