nextcloud / notifications

🔔 Notifications app for Nextcloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate jQuery event usages to event-bus

nickvergessen opened this issue · comments

  • apps/federatedfilesharing/js/external.js (1 usage found)
    86 $('body').on('OCA.Notification.Action', function(e) {
  • apps/files/js/filelist.js (1 usage found)
    380 $('body').on('OCA.Notification.Action', function(eventObject) {