Skip to content

Commit

Permalink
Fix badge bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayquaza01 committed Dec 18, 2018
1 parent a8278e4 commit b5b922f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function setBadge(bullet_types, notification_badge, notes, tabId) {
}

function setBadgeSite(res, tab) {
let site = siteParser(tab.url, res.options.default_display, res);
let site = siteParser(tab.url, res);
if (site === "general_notes") {
setBadgeGeneral(res, tab);
} else if (!tab.incognito || (res.options.private_browsing && tab.incognito)) {
Expand Down

0 comments on commit b5b922f

Please sign in to comment.