File tree 3 files changed +2
-11
lines changed
3 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -586,10 +586,6 @@ function refreshPopup() {
586
586
}
587
587
588
588
if ( ! originsArr . length ) {
589
- // hide the number of trackers and slider instructions message
590
- // if no sliders will be displayed
591
- $ ( "#instructions-many-trackers" ) . hide ( ) ;
592
-
593
589
// show "no trackers" message
594
590
$ ( "#instructions-no-trackers" ) . show ( ) ;
595
591
@@ -675,9 +671,6 @@ function refreshPopup() {
675
671
$ ( '.tooltip' ) . tooltipster ( ) ;
676
672
677
673
if ( POPUP_DATA . trackerCount === 0 ) {
678
- // hide multiple trackers message
679
- $ ( "#instructions-many-trackers" ) . hide ( ) ;
680
-
681
674
// show "no trackers" message
682
675
$ ( "#instructions-no-trackers" ) . show ( ) ;
683
676
Original file line number Diff line number Diff line change @@ -320,10 +320,8 @@ body#main #pbInstructions a:hover, #firstparty-protections-container a:hover {
320
320
margin : 40px 0 ;
321
321
padding : 0 ;
322
322
}
323
- # instructions-many-trackers , # no-third-parties {
324
- display : block;
325
- }
326
323
# no-third-parties {
324
+ display : block;
327
325
font-size : 12px ;
328
326
}
329
327
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ <h2 id="title-name"><span class="i18n_name"></span></h2>
123
123
124
124
< div id ="firstparty-protections-container " style ="display:none ">
125
125
< button class ="toggle-header " id ="firstparty-protections-header ">
126
- < div class ="toggle-header-title " id =" instructions-firstparty-protections " >
126
+ < div class ="toggle-header-title ">
127
127
< span class ="i18n_popup_info_firstparty_protections popup_info "> </ span >
128
128
</ div >
129
129
< span class ="toggle-header-icon ">
You can’t perform that action at this time.
0 commit comments