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:
authorLukas Reschke <lukas@statuscode.ch>2017-03-24 22:08:27 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-03-24 22:08:27 +0300
commita9c3692a9a11445b6efd7c986ed655b74990faa3 (patch)
tree7bbb6c2b19f3df75f63cf54bd5e59a94f8f218b2 /apps/systemtags/appinfo
parent2cd79a8d3d6c160b9458327b1429eed9ec1a25a2 (diff)
Merge systemtags JS
Shaves off 7 requests. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'apps/systemtags/appinfo')
-rw-r--r--apps/systemtags/appinfo/app.php11
1 files changed, 2 insertions, 9 deletions
diff --git a/apps/systemtags/appinfo/app.php b/apps/systemtags/appinfo/app.php
index bb2930e9197..099ce7f9b95 100644
--- a/apps/systemtags/appinfo/app.php
+++ b/apps/systemtags/appinfo/app.php
@@ -30,15 +30,8 @@ $eventDispatcher->addListener(
function() {
// FIXME: no public API for these ?
\OCP\Util::addScript('oc-backbone-webdav');
- \OCP\Util::addScript('systemtags/systemtags');
- \OCP\Util::addScript('systemtags/systemtagmodel');
- \OCP\Util::addScript('systemtags/systemtagsmappingcollection');
- \OCP\Util::addScript('systemtags/systemtagscollection');
- \OCP\Util::addScript('systemtags/systemtagsinputfield');
- \OCP\Util::addScript('systemtags', 'app');
- \OCP\Util::addScript('systemtags', 'systemtagsfilelist');
- \OCP\Util::addScript('systemtags', 'filesplugin');
- \OCP\Util::addScript('systemtags', 'systemtagsinfoview');
+ \OCP\Util::addScript('systemtags/merged');
+ \OCP\Util::addScript('systemtags', 'merged');
\OCP\Util::addStyle('systemtags');
\OCP\Util::addStyle('systemtags', 'systemtagsfilelist');
}