diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2015-08-06 12:27:18 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2015-08-06 12:27:18 +0200 |
commit | ffaf5fed0e538bb140e45f345723131db3ec02f3 (patch) | |
tree | 6a2f2fcf5422233fcc3b65c2fc58596a7cd26bc7 /apps | |
parent | 67bb5712e4f1264003cd944e186d13a3c83908b8 (diff) | |
download | nextcloud-server-ffaf5fed0e538bb140e45f345723131db3ec02f3.tar.gz nextcloud-server-ffaf5fed0e538bb140e45f345723131db3ec02f3.zip |
load backbone universally
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/index.php b/apps/files/index.php index c3d74acc7e7..4f103f975cb 100644 --- a/apps/files/index.php +++ b/apps/files/index.php @@ -51,7 +51,6 @@ OCP\Util::addscript('files', 'search'); \OCP\Util::addScript('files', 'favoritesplugin'); \OC_Util::addVendorScript('core', 'handlebars/handlebars'); -\OC_Util::addVendorScript('core', 'backbone/backbone'); OCP\App::setActiveNavigationEntry('files_index'); |