diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-09-09 15:45:56 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-09-09 18:03:05 +0200 |
commit | 412da87e6583375f98ef1bdd755c56caab14b8ac (patch) | |
tree | 250ea5586f41603bc9e5dbb962cbcd98c85732d3 /apps/files_external/settings.php | |
parent | dc99fd768ac99c380f1110c7bd4dd84d03256cd8 (diff) | |
download | nextcloud-server-412da87e6583375f98ef1bdd755c56caab14b8ac.tar.gz nextcloud-server-412da87e6583375f98ef1bdd755c56caab14b8ac.zip |
Move select2 from files_external to core
Diffstat (limited to 'apps/files_external/settings.php')
-rw-r--r-- | apps/files_external/settings.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_external/settings.php b/apps/files_external/settings.php index 4c87360486a..e49eba06731 100644 --- a/apps/files_external/settings.php +++ b/apps/files_external/settings.php @@ -25,8 +25,8 @@ OC_Util::checkAdminUser(); OCP\Util::addScript('files_external', 'settings'); OCP\Util::addStyle('files_external', 'settings'); -OCP\Util::addScript('files_external', '../3rdparty/select2/select2'); -OCP\Util::addStyle('files_external', '../3rdparty/select2/select2'); +OCP\Util::addScript('core', 'select2/select2'); +OCP\Util::addStyle('core', 'select2/select2'); $backends = OC_Mount_Config::getBackends(); $personal_backends = array(); |