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:
authorMorris Jobke <hey@morrisjobke.de>2019-05-06 14:49:35 +0300
committerGitHub <noreply@github.com>2019-05-06 14:49:35 +0300
commitdb76ab48c4ce23d727db4c2cc3ca13ebadef6d16 (patch)
tree30787e4caad8c6d3e8a4f1f8f2361897f341008f /appinfo/app.php
parent5ea661ad0b2aa3c95b1a56a6e63aa4a775cc3640 (diff)
parent4a1999f813a4ec91b3d6ec14a22b17e157bae054 (diff)
Merge pull request #150 from nextcloud/backport/149/stable16v16.0.1RC1
[stable16] Use correct CSS URL, remove default marked settings and change to GFM rendering
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');
});