We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e323273 + cb4cc83 commit 65d07f8Copy full SHA for 65d07f8
src/scripts/popup.js
@@ -276,7 +276,7 @@ document.addEventListener('DOMContentLoaded', function () {
276
], (items) => {
277
console.log('Restoring state:', items);
278
279
- if(items.startingDate && items.endingDate && !items.lastWeekContribution && !items.yesterdayContribution) { //Add commentMore actions
+ if(items.startingDate && items.endingDate && !items.lastWeekContribution && !items.yesterdayContribution) {
280
const startDateInput = document.getElementById('startingDate');
281
const endDateInput = document.getElementById('endingDate');
282
@@ -615,4 +615,4 @@ if (cacheInput) {
615
});
616
617
618
-}
+}
0 commit comments