mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #4574 from nextcloud/rename-extension-point
Rename extension point
This commit is contained in:
commit
ec272f3ac3
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@
|
|||
'onShareWithFieldChanged'
|
||||
);
|
||||
|
||||
OC.Plugins.attach('OCA.Share.ShareDialogView', this);
|
||||
OC.Plugins.attach('OC.Share.ShareDialogView', this);
|
||||
},
|
||||
|
||||
onShareWithFieldChanged: function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue