aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/roundcube/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/roundcube/webview.js')
-rw-r--r--recipes/roundcube/webview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/roundcube/webview.js b/recipes/roundcube/webview.js
index ce9872a..c59da2f 100644
--- a/recipes/roundcube/webview.js
+++ b/recipes/roundcube/webview.js
@@ -1,5 +1,5 @@
1module.exports = Ferdi => { 1module.exports = Ferdi => {
2 const getMessages = function getMessages() { 2 const getMessages = () => {
3 const directElements = document.querySelectorAll('.unreadcount'); 3 const directElements = document.querySelectorAll('.unreadcount');
4 let direct = 0; 4 let direct = 0;
5 for (let i = 0; i < directElements.length; i += 1) { 5 for (let i = 0; i < directElements.length; i += 1) {