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-12-01 14:23:03 +0300
committerRobin Appelman <robin@icewind.nl>2016-12-01 15:12:48 +0300
commitd2626d842649d6c0f42bde5f3c7d0b6e58afd2b2 (patch)
tree2d3d6bca4fbfc8e9b541f7390b4a5e059913d399 /js
parent3f6863ca2119d81796dd2e769d1fc42c4547b3e4 (diff)
fix loading 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 07fb813..80334de 100644
--- a/js/editor.js
+++ b/js/editor.js
@@ -399,7 +399,7 @@ var Files_Texteditor = {
// Set the theme
OC.addScript(
'files_texteditor',
- 'core/vendor/ace-builds/src-min-noconflict/theme-clouds',
+ 'core/vendor/ace-builds/src-noconflict/theme-clouds',
function () {
window.aceEditor.setTheme("ace/theme/clouds");
}