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:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-02-14 00:54:48 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-02-14 14:17:57 +0300
commit0357a30a58fd212ad5f0b4837d3f62bd1f57ddfc (patch)
tree590686c902070c6bd842e2faa610d637c35ed86d /apps/systemtags/appinfo
parent15dc1fa62f6a42c3ccb3e54d9609c3116bf36357 (diff)
Move systemtags to common webpack
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/systemtags/appinfo')
-rw-r--r--apps/systemtags/appinfo/app.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/systemtags/appinfo/app.php b/apps/systemtags/appinfo/app.php
index 0fcf4134864..82eb2a29f4b 100644
--- a/apps/systemtags/appinfo/app.php
+++ b/apps/systemtags/appinfo/app.php
@@ -34,8 +34,7 @@ $eventDispatcher->addListener(
function() {
// FIXME: no public API for these ?
\OCP\Util::addScript('dist/systemtags');
- \OCP\Util::addScript('systemtags', 'merged');
- \OCP\Util::addStyle('systemtags', 'systemtagsfilelist');
+ \OCP\Util::addScript('systemtags', 'systemtags');
}
);