Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2016-10-20 19:29:57 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2016-10-21 17:56:31 +0300
commit3e5e07aa64f94bea528450d810249c74d0f8c03f (patch)
tree2dcd99a22714d77ba2f08dc0c65cd7b83e707613 /apps/systemtags/appinfo
parented4ed7911a9329462fef02c2d50709b3f092538e (diff)
Template css order
Select2 systemtags removal Settings again Fix Script Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/systemtags/appinfo')
-rw-r--r--apps/systemtags/appinfo/app.php3
1 files changed, 0 insertions, 3 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');