diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-10-22 14:35:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-22 14:35:07 +0200 |
commit | 1be6213ba46e5f3aaac9cfe62c988a60c291fec1 (patch) | |
tree | 711297e64bbbaa23bb7fb864a972401a66dce9e5 /apps | |
parent | 038d02a27d41a50a759962759d6701ebfe9db46d (diff) | |
parent | 3e5e07aa64f94bea528450d810249c74d0f8c03f (diff) | |
download | nextcloud-server-1be6213ba46e5f3aaac9cfe62c988a60c291fec1.tar.gz nextcloud-server-1be6213ba46e5f3aaac9cfe62c988a60c291fec1.zip |
Merge pull request #1832 from nextcloud/select2-into-core
Select2 into core
Diffstat (limited to 'apps')
-rw-r--r-- | apps/systemtags/appinfo/app.php | 3 | ||||
-rw-r--r-- | apps/systemtags/templates/admin.php | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/apps/systemtags/appinfo/app.php b/apps/systemtags/appinfo/app.php index af91e5fdbcd..e3be0d7556e 100644 --- a/apps/systemtags/appinfo/app.php +++ b/apps/systemtags/appinfo/app.php @@ -31,9 +31,6 @@ $eventDispatcher->addListener( 'OCA\Files::loadAdditionalScripts', function() { // FIXME: no public API for these ? - \OC_Util::addVendorScript('select2/select2'); - \OC_Util::addVendorStyle('select2/select2'); - \OCP\Util::addScript('select2-toggleselect'); \OCP\Util::addScript('oc-backbone-webdav'); \OCP\Util::addScript('systemtags/systemtags'); \OCP\Util::addScript('systemtags/systemtagmodel'); diff --git a/apps/systemtags/templates/admin.php b/apps/systemtags/templates/admin.php index 883e998ed61..de97b283d09 100644 --- a/apps/systemtags/templates/admin.php +++ b/apps/systemtags/templates/admin.php @@ -19,8 +19,6 @@ * */ -vendor_script('core', 'select2/select2'); -vendor_style('core', 'select2/select2'); script('core', [ 'oc-backbone-webdav', 'systemtags/systemtags', |