diff options
author | Robin Appelman <robin@icewind.nl> | 2014-12-12 11:43:31 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2014-12-12 11:43:31 +0100 |
commit | 3bf0922b1337115c7cfc8a03547bc2d7d0d9fa69 (patch) | |
tree | 5c594dff36a1210b12dbb05558f50310819a5325 /apps/files_trashbin | |
parent | c451d99daae86290281806d0e8cdcfcfcf451412 (diff) | |
parent | bf887eca8bac04cbbd2f1bd5197017c0e0583edd (diff) | |
download | nextcloud-server-3bf0922b1337115c7cfc8a03547bc2d7d0d9fa69.tar.gz nextcloud-server-3bf0922b1337115c7cfc8a03547bc2d7d0d9fa69.zip |
Merge pull request #12527 from owncloud/js-pluginsystem
Simple Plugin system for Javascript
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/js/filelist.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_trashbin/js/filelist.js b/apps/files_trashbin/js/filelist.js index 12f3f1982f6..71b63721897 100644 --- a/apps/files_trashbin/js/filelist.js +++ b/apps/files_trashbin/js/filelist.js @@ -64,6 +64,7 @@ return parts; }; + OC.Plugins.attach('OCA.Trashbin.FileList', this); return result; }, |