From d1a9f0d9bf3eaee4f2a527cc3f70d2cd9f6e08d0 Mon Sep 17 00:00:00 2001 From: Jürgen Haas Date: Tue, 21 Jun 2022 01:55:23 +0200 Subject: Nextcloud-Talk has missing character in selector (#64) Fixes #63 --- recipes/nextcloud-talk/webview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/nextcloud-talk/webview.js') diff --git a/recipes/nextcloud-talk/webview.js b/recipes/nextcloud-talk/webview.js index 96681f6..1ae3783 100644 --- a/recipes/nextcloud-talk/webview.js +++ b/recipes/nextcloud-talk/webview.js @@ -11,7 +11,7 @@ module.exports = Ferdium => { if (notificationWrapper) { direct = notificationWrapper.querySelectorAll( - '.notification[object_type="chat"], .notification[object_type="room"', + '.notification[object_type="chat"], .notification[object_type="room"]', ).length; } -- cgit v1.2.3-70-g09d2