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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas <jonas@freesources.org>2022-09-20 11:38:11 +0300
committerJonas <jonas@freesources.org>2022-09-20 18:14:02 +0300
commit679856a0414d37c651c2bdbbe2c8d5ad807af4c5 (patch)
tree2bc6212c4b70f0da4f2be96b98227d42cd2ccdb5 /index.html
parent70b30d65d5628558eb771018431eab2c657a2449 (diff)
Load Mention extension in RichText.js
Signed-off-by: Jonas <jonas@freesources.org>
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 508eed98a..48fa56975 100644
--- a/index.html
+++ b/index.html
@@ -16,6 +16,7 @@
}
OC = {
webroot: '/OC_WEBROOT',
+ config: {},
isUserAdmin() {
return true
}