diff options
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', |