aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/roundcube
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/roundcube')
-rw-r--r--recipes/roundcube/package.json4
-rw-r--r--recipes/roundcube/webview.js2
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/roundcube/package.json b/recipes/roundcube/package.json
index d36a816..362b48e 100644
--- a/recipes/roundcube/package.json
+++ b/recipes/roundcube/package.json
@@ -1,9 +1,9 @@
1{ 1{
2 "id": "roundcube", 2 "id": "roundcube",
3 "name": "Roundcube", 3 "name": "Roundcube",
4 "version": "1.1.1", 4 "version": "1.1.2",
5 "repository": "https://github.com/jonathanjuursema/franz-roundcube",
6 "license": "MIT", 5 "license": "MIT",
6 "repository": "https://github.com/jonathanjuursema/franz-roundcube",
7 "config": { 7 "config": {
8 "hasCustomUrl": true 8 "hasCustomUrl": true
9 } 9 }
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) {