Skip to content

Commit

Permalink
bug correction && help link
Browse files Browse the repository at this point in the history
  • Loading branch information
borismwanga committed Jul 8, 2023
1 parent 4a7052a commit 3f886ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2>Shorts To Regular</h2>
<script src="popup.js"></script> -->
<div class="links">
<a id="refresh-button">refresh</a> <!-- Your new refresh button -->
<a href="https://borismwanga.site/app/deshorts" class="lnk" target="_blank">help</a>
<a href="https://github.com/borismwanga/deshorts" class="lnk" target="_blank">help</a>
<a href="https://borismwanga.site" class="lnk" target="_blank">dev</a>
</div>

Expand Down
8 changes: 4 additions & 4 deletions popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ document.addEventListener('DOMContentLoaded', function () {
const version = chrome.runtime.getManifest().version;
document.getElementById('version').textContent = 'Version: ' + version;

//
document.getElementById("color-toggle").addEventListener("change", function() {
chrome.storage.local.set({colorToggle: this.checked});
});
// for later
// document.getElementById("color-toggle").addEventListener("change", function() {
// chrome.storage.local.set({colorToggle: this.checked});
// });



Expand Down

0 comments on commit 3f886ad

Please sign in to comment.