Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorValeriy Sizov <vsv2711@gmail.com>2012-10-17 00:52:44 +0400
committerValeriy Sizov <vsv2711@gmail.com>2012-10-17 00:52:44 +0400
commit8ee8f36f6ea5155037d847d2c0876a363a4c1808 (patch)
tree0227faf470aa402b8d29494fc06d9e708f81443d /app/views
parent2a750bf2ca649fb7aac6ae352a6eb1c4d7820c9f (diff)
WebEditor: fix unknown theme in production mode
Diffstat (limited to 'app/views')
-rw-r--r--app/views/tree/edit.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/tree/edit.html.haml b/app/views/tree/edit.html.haml
index b81373b5587..d84f542c849 100644
--- a/app/views/tree/edit.html.haml
+++ b/app/views/tree/edit.html.haml
@@ -21,7 +21,6 @@
:javascript
var editor = ace.edit("editor");
- editor.setTheme("ace/theme/twilight");
editor.getSession().setMode("ace/mode/javascript");
$(".save-btn").click(function(){