mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
Fix for issue #13319: load oc-backbone-webdav before loading versions app
Signed-off-by: Felix Nieuwenhuizen <felix@tdlrali.com>
This commit is contained in:
parent
fc0480282a
commit
b0c0bf84f6
1 changed files with 1 additions and 0 deletions
|
|
@ -149,6 +149,7 @@ class Hooks {
|
|||
* Load additional scripts when the files app is visible
|
||||
*/
|
||||
public static function onLoadFilesAppScripts() {
|
||||
\OCP\Util::addScript('oc-backbone-webdav');
|
||||
\OCP\Util::addScript('files_versions', 'merged');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue