@@ -728,7 +728,7 @@ function invertColors() {
728
728
setInvFilter ( customMin , invert100 ) ;
729
729
setInvFilter ( customAvg , invert100 ) ;
730
730
setInvFilter ( customMax , invert100 ) ;
731
- setInvFilter ( customMax , invert100 ) ;
731
+ // setInvFilter(customMax, invert100);
732
732
setInvFilter ( speakers , invert100 ) ;
733
733
setInvFilter ( dialogAbout , invert100 ) ;
734
734
setInvFilter ( document . body , invert100 ) ;
@@ -749,7 +749,7 @@ function invertColors() {
749
749
setInvFilter ( customMin , invert0 ) ;
750
750
setInvFilter ( customAvg , invert0 ) ;
751
751
setInvFilter ( customMax , invert0 ) ;
752
- setInvFilter ( customMax , invert0 ) ;
752
+ // setInvFilter(customMax, invert0);
753
753
setInvFilter ( speakers , invert0 ) ;
754
754
setInvFilter ( dialogAbout , invert0 ) ;
755
755
setInvFilter ( document . body , invert0 ) ;
@@ -1137,7 +1137,7 @@ setTimeout(function() {
1137
1137
spanCloseMobile . id = 'btnCloseMobile' ;
1138
1138
1139
1139
let spanCloseIcon = document . createElement ( "img" ) ;
1140
- spanCloseIcon . id = "btnCloseMobile " ;
1140
+ spanCloseIcon . id = "btnCloseMobileCT " ;
1141
1141
spanCloseIcon . src = "img/icons-svg/close.svg" ;
1142
1142
spanCloseIcon . alt = "close" ;
1143
1143
0 commit comments