Merge pull request #14472 from felixn/stable15

Fix for issue #13319: load oc-backbone-webdav before loading versions app
This commit is contained in:
Roeland Jago Douma 2019-03-04 12:19:34 +01:00 committed by GitHub
commit 4ee9069b7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');
}
}