diff --git a/Server/src/main/resources/static/js/ace/theme-crimson_editor.js b/Server/src/main/resources/static/js/ace/theme-crimson_editor.js index 2302e48..807f475 100644 --- a/Server/src/main/resources/static/js/ace/theme-crimson_editor.js +++ b/Server/src/main/resources/static/js/ace/theme-crimson_editor.js @@ -1,4 +1,4 @@ -define("ace/theme/crimson_editor", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/crimson_editor", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = false; exports.cssText = ".ace-crimson-editor .ace_gutter {\ background: #ebebeb;\