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:
-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");
}