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:
authorJörn Friedrich Dreyer <jfd@butonic.de>2013-08-19 14:23:25 +0400
committerJörn Friedrich Dreyer <jfd@butonic.de>2013-08-19 14:23:25 +0400
commit058537289d11a377edc274fe6befe27c5bf35d94 (patch)
tree6ee4b4097ff2346ed29953518b8e80e689368358 /appinfo/app.php
parent3652d53bfb9fdd9d3e600fcda02fdffae9a504e2 (diff)
switch to ace src-noconflict build
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 bba8dbc..192dbe6 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -5,5 +5,5 @@ if (\OCP\User::isLoggedIn()) {
OCP\Util::addStyle('files_texteditor', 'DroidSansMono/stylesheet');
OCP\Util::addStyle('files_texteditor', 'style');
OCP\Util::addscript('files_texteditor', 'editor');
- OCP\Util::addscript('files_texteditor', 'aceeditor/ace');
+ OCP\Util::addscript('files_texteditor', 'vendor/ace/src-noconflict/ace');
}