aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/glowing-bear/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/glowing-bear/webview.js')
-rw-r--r--recipes/glowing-bear/webview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/glowing-bear/webview.js b/recipes/glowing-bear/webview.js
index 0780357..6abd69a 100644
--- a/recipes/glowing-bear/webview.js
+++ b/recipes/glowing-bear/webview.js
@@ -1,5 +1,5 @@
1module.exports = Ferdi => { 1module.exports = Ferdi => {
2 const getMessages = function getMessages() { 2 const getMessages = () => {
3 const indirectElements = document.querySelectorAll('.badge:not(.danger)'); 3 const indirectElements = document.querySelectorAll('.badge:not(.danger)');
4 const direct = document.querySelectorAll('.badge.danger').length - 1; 4 const direct = document.querySelectorAll('.badge.danger').length - 1;
5 let indirect = -1; 5 let indirect = -1;