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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-05-18 10:50:21 +0300
committerJulius Härtl <jus@bitgrid.net>2020-05-20 15:08:21 +0300
commite332c5413e82d29dbd7cda0267171cb63a1e62e7 (patch)
treec55bca41214ca04c00217ed761dee4f8f9414d90 /appinfo
parent4a1f23a5b798e5bfb5b41870ea07d17d856051e9 (diff)
Move css to the bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index cd8c3b99..9785bc7d 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -45,7 +45,6 @@ $eventDispatcher->addListener(
'OCA\Files_Sharing::loadAdditionalScripts',
function() {
\OCP\Util::addScript('richdocuments', 'viewer');
- \OCP\Util::addStyle('richdocuments', 'viewer');
}
);