Jelajahi Sumber

Load CodeMirror ambiance theme

Nicolas Petton 11 tahun lalu
induk
melakukan
fbae497d0b
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      js/amber.js

+ 1 - 0
js/amber.js

@@ -199,6 +199,7 @@ amber = (function() {
 		addJSToLoad('js/lib/CodeMirror/smalltalk.js');
 		addJSToLoad('js/lib/CodeMirror/addon/hint/show-hint.js');
 		loadCSS('lib/CodeMirror/codemirror.css', 'js');
+		loadCSS('lib/CodeMirror/theme/ambiance.css', 'js');
 		loadCSS('lib/CodeMirror/addon/hint/show-hint.css', 'js');
 		loadCSS('lib/CodeMirror/amber.css', 'js');
 	}