diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-02-26 18:04:55 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-06-02 12:53:54 +0200 |
commit | b3d68fc17558fd5828b292c4474f8a538d1148a9 (patch) | |
tree | 2600e185750345597e1a469e3bf36d0f6c9d7515 /core/js/js.js | |
parent | b6b133237ae4624b81a2a4c86cd237a0ce70afd8 (diff) | |
download | nextcloud-server-b3d68fc17558fd5828b292c4474f8a538d1148a9.tar.gz nextcloud-server-b3d68fc17558fd5828b292c4474f8a538d1148a9.zip |
refactor delete handling and apply it to users and groups
Diffstat (limited to 'core/js/js.js')
-rw-r--r-- | core/js/js.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/js/js.js b/core/js/js.js index 096cc3ad7c1..968bf650ad5 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -668,6 +668,7 @@ OC.Notification={ callback.call(); } $('#notification').empty(); + console.log('OCNO EMPTY'); if(OC.Notification.queuedNotifications.length > 0){ OC.Notification.showHtml(OC.Notification.queuedNotifications[0]); OC.Notification.queuedNotifications.shift(); |