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
path: root/js
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2016-11-30 19:16:01 +0300
committerRobin Appelman <robin@icewind.nl>2016-11-30 20:07:40 +0300
commitad9b0ab2afea5ddb993fc33cac1ee35974f86fa9 (patch)
treeddeaa463deecdd6cc3bcf161d6f5bc2ca15251d8 /js
parent6326e43bef3e24ca6a3b74e3d72547a2e2a96c1b (diff)
fix theme
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'js')
-rw-r--r--js/editor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/editor.js b/js/editor.js
index 5238ca1..07fb813 100644
--- a/js/editor.js
+++ b/js/editor.js
@@ -399,7 +399,7 @@ var Files_Texteditor = {
// Set the theme
OC.addScript(
'files_texteditor',
- 'vendor/ace/src-noconflict/theme-clouds',
+ 'core/vendor/ace-builds/src-min-noconflict/theme-clouds',
function () {
window.aceEditor.setTheme("ace/theme/clouds");
}