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/google-voice/webview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/google-voice/webview.js') diff --git a/recipes/google-voice/webview.js b/recipes/google-voice/webview.js index 53d34a1..7cada87 100644 --- a/recipes/google-voice/webview.js +++ b/recipes/google-voice/webview.js @@ -4,7 +4,7 @@ module.exports = Ferdi => { return el && Ferdi.safeParseInt(el.innerHTML); } - function getMessages() { + const getMessages = () => { const el = document.querySelector('.msgCount'); let count; -- cgit v1.2.3-54-g00ecf