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:
authorTom Needham <needham.thomas@gmail.com>2011-10-02 01:48:00 +0400
committerTom Needham <needham.thomas@gmail.com>2011-10-02 01:48:00 +0400
commit0f6b921fc5bdc66150d2b9c3975e66894107e27c (patch)
treeaa390a66740839ba9c76e8061adfe495f1225226 /appinfo/app.php
Editor now loads on top of files app.
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
new file mode 100644
index 0000000..6c10fe4
--- /dev/null
+++ b/appinfo/app.php
@@ -0,0 +1,4 @@
+<?php
+//load the required js file
+OC_UTIL::addScript('files_texteditor','editor');
+?>