Skip to content

Commit

Permalink
Remove quote storage initialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
beatles1 committed Apr 24, 2023
1 parent b31322b commit 0a39967
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Clean Tab/js/eventpage.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
browser.runtime.onInstalled.addListener(function(details){
if(details.reason == "install"){
localStorage.setItem("quote", "Welcome to Clean Tab!");
}
});

function cacheUnsplash(w, h) {
if (window.navigator.onLine && window.XMLHttpRequest && w && h) {
// Get Random photo from API
Expand Down

0 comments on commit 0a39967

Please sign in to comment.