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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 756ac67..ecbadbb 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -19,5 +19,5 @@ if (\OC::$server->getUserSession()->isLoggedIn()) {
$eventDispatcher->addListener('OCA\Files_Sharing::loadAdditionalScripts', function () {
OC_Util::addVendorScript('core', 'marked/marked.min');
OCP\Util::addScript('files_texteditor', 'public-share');
- OCP\Util::addStyle('files_texteditor', '../build/public-share');
+ OCP\Util::addStyle('files_texteditor', 'public-share');
});