Skip to content
Snippets Groups Projects
Commit 13b79373 authored by Vincent Petry's avatar Vincent Petry
Browse files

Allow late registration of file actions in public page

parent 3b2fd5e4
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,10 @@ OCA.Sharing.PublicApp = {
// regular actions
fileActions.merge(OCA.Files.fileActions);
// in case apps would decide to register file actions later,
// replace the global object with this one
OCA.Files.fileActions = fileActions;
this._initialized = true;
this.initialDir = $('#dir').val();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment