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

github.com/nextcloud/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appinfo/app.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 55317c0..d2b997d 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -24,5 +24,6 @@ $eventDispatcher->addListener(
'OCA\Files_Sharing::loadAdditionalScripts',
function () {
OCP\Util::addScript('files_markdown', '../build/editor');
+ OCP\Util::addStyle('files_markdown', '../build/styles');
OCP\Util::addStyle('files_markdown', 'preview');
});