aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/github/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/github/webview.js')
-rw-r--r--recipes/github/webview.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/github/webview.js b/recipes/github/webview.js
index c3f653f..78086c2 100644
--- a/recipes/github/webview.js
+++ b/recipes/github/webview.js
@@ -15,7 +15,8 @@ module.exports = Ferdium => {
15 ?.textContent, 15 ?.textContent,
16 ) + Ferdium.safeParseInt(newCountMatch ? newCountMatch[0] : 0), 16 ) + Ferdium.safeParseInt(newCountMatch ? newCountMatch[0] : 0),
17 document.querySelectorAll( 17 document.querySelectorAll(
18 '#AppHeader-notifications-button.AppHeader-button--hasIndicator', 18 '#AppHeader-notifications-button.AppHeader-button--hasIndicator, ' +
19 '[data-target="notification-indicator.badge"]:not([hidden])',
19 ).length, 20 ).length,
20 ); 21 );
21 }; 22 };