Skip to content

Commit d649450

Browse files
committed
Fixed minor bugs
1 parent efda95b commit d649450

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ <h4 class="mdl-dialog__title" data-tag="confirmTitle"></h4>
224224
<p data-tag="about1"></p>
225225
<p><img loading="lazy" src="img/favicon.png" alt="logo" class='favIcon noInvert'></p>
226226
<p data-tag="about2"></p>
227-
<p>Federico Navarrete <a href="mailto:fanmixco@gmail.com?Subject=TMTimer%20PWA" target="_blank">fanmixco@gmail.com</a></p>
227+
<p>Federico Navarrete <a href="mailto:fanmixco@gmail.com?Subject=TMTimer%20PWA%20Basic&body=%0A%0AFeel%20free%20to%20buy%20me%20a%20coffee%20to%20support%20the%20project:%20https://www.buymeacoffee.com/fanmixco" target="_blank">fanmixco@gmail.com</a></p>
228228
<p data-tag="about4"></p>
229229
<p><a rel="noreferrer" href="https://www.supernovaic.com" target="_blank">www.supernovaic.com</a></p>
230230
<p><img src="img/supernova.png" alt="Supernova IC logo" class='superNova noInvert' loading="lazy"></p>

js/timer.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ function invertColors() {
728728
setInvFilter(customMin, invert100);
729729
setInvFilter(customAvg, invert100);
730730
setInvFilter(customMax, invert100);
731-
setInvFilter(customMax, invert100);
731+
//setInvFilter(customMax, invert100);
732732
setInvFilter(speakers, invert100);
733733
setInvFilter(dialogAbout, invert100);
734734
setInvFilter(document.body, invert100);
@@ -749,7 +749,7 @@ function invertColors() {
749749
setInvFilter(customMin, invert0);
750750
setInvFilter(customAvg, invert0);
751751
setInvFilter(customMax, invert0);
752-
setInvFilter(customMax, invert0);
752+
//setInvFilter(customMax, invert0);
753753
setInvFilter(speakers, invert0);
754754
setInvFilter(dialogAbout, invert0);
755755
setInvFilter(document.body, invert0);
@@ -1137,7 +1137,7 @@ setTimeout(function() {
11371137
spanCloseMobile.id = 'btnCloseMobile';
11381138

11391139
let spanCloseIcon = document.createElement("img");
1140-
spanCloseIcon.id = "btnCloseMobile";
1140+
spanCloseIcon.id = "btnCloseMobileCT";
11411141
spanCloseIcon.src = "img/icons-svg/close.svg";
11421142
spanCloseIcon.alt = "close";
11431143

0 commit comments

Comments
 (0)