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/nextcloud/package.json | 2 +- recipes/nextcloud/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/nextcloud') diff --git a/recipes/nextcloud/package.json b/recipes/nextcloud/package.json index f4e6a52..409ebc9 100644 --- a/recipes/nextcloud/package.json +++ b/recipes/nextcloud/package.json @@ -1,7 +1,7 @@ { "id": "nextcloud", "name": "Nextcloud", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "repository": "https://github.com/eandersons/ferdi-recipe-nextcloud", "config": { 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 @@ module.exports = Ferdi => { - const getMessages = function getMessages() { + const getMessages = () => { const direct = document.querySelectorAll( '.notifications .notification-container .notification-wrapper li .notification', ).length; -- cgit v1.2.3-70-g09d2