aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/google-voice/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/google-voice/webview.js')
-rw-r--r--recipes/google-voice/webview.js2
1 files changed, 1 insertions, 1 deletions
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 => {
4 return el && Ferdi.safeParseInt(el.innerHTML); 4 return el && Ferdi.safeParseInt(el.innerHTML);
5 } 5 }
6 6
7 function getMessages() { 7 const getMessages = () => {
8 const el = document.querySelector('.msgCount'); 8 const el = document.querySelector('.msgCount');
9 let count; 9 let count;
10 10