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.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index e2f851f..d235eda 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -8,6 +8,7 @@ if (\OCP\User::isLoggedIn()) {
OCP\Util::addStyle('files_texteditor', 'style');
OCP\Util::addStyle('files_texteditor', 'mobile');
OCP\Util::addscript('files_texteditor', 'editor');
+ OCP\Util::addscript('files_texteditor', 'sidebarpreview');
OCP\Util::addscript('files_texteditor', 'core/vendor/ace-builds/src-noconflict/ace');
$cspManager = \OC::$server->getContentSecurityPolicyManager();