mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
Merge pull request #14472 from felixn/stable15
Fix for issue #13319: load oc-backbone-webdav before loading versions app
This commit is contained in:
commit
4ee9069b7e
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