Skip to content

Commit 7110418

Browse files
removed un-necessary background.js
1 parent f40199f commit 7110418

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

src/scripts/background.js

Whitespace-only changes.

src/scripts/popup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
const isFirefox = navigator.userAgent.includes("Firefox");
12
function getLastWeek() {
23
var today = new Date();
34
var lastWeek = new Date(today.getFullYear(), today.getMonth(), today.getDate() - 7);

0 commit comments

Comments
 (0)