From 7517a409a1a502c747eb4598492a88cec4e8d58c Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 19 Sep 2021 07:26:25 +0530 Subject: fix: fix js error; styling --- recipes/glowing-bear/webview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/glowing-bear/webview.js') 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 @@ module.exports = Ferdi => { - const getMessages = function getMessages() { + const getMessages = () => { const indirectElements = document.querySelectorAll('.badge:not(.danger)'); const direct = document.querySelectorAll('.badge.danger').length - 1; let indirect = -1; -- cgit v1.2.3-70-g09d2