aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nextcloud/webview.js')
-rw-r--r--recipes/nextcloud/webview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/nextcloud/webview.js b/recipes/nextcloud/webview.js
index 9779a40..9072ecf 100644
--- a/recipes/nextcloud/webview.js
+++ b/recipes/nextcloud/webview.js
@@ -1,5 +1,5 @@
1module.exports = Ferdi => { 1module.exports = Ferdi => {
2 const getMessages = function getMessages() { 2 const getMessages = () => {
3 const direct = document.querySelectorAll( 3 const direct = document.querySelectorAll(
4 '.notifications .notification-container .notification-wrapper li .notification', 4 '.notifications .notification-container .notification-wrapper li .notification',
5 ).length; 5 ).length;