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:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-05-09 21:30:57 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-05-09 21:30:57 +0300
commit5de685b8a79f5489cb14455d01597f65e381cc3d (patch)
treedf9f72b511959b800c996a801c351480e909625e /appinfo
parent86246c820a32bf3c589f0aab61069038dafb2c99 (diff)
Ship marked ourselfs
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index ecbadbb..637f915 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -17,7 +17,6 @@ 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::addScript('files_texteditor', '../build/public-share');
OCP\Util::addStyle('files_texteditor', 'public-share');
});