diff --git a/build_support/editor_textarea.html b/build_support/editor_textarea.html
index b6716a52..aa54849a 100644
--- a/build_support/editor_textarea.html
+++ b/build_support/editor_textarea.html
@@ -46,7 +46,7 @@ function inject() {
load.scripts = {};
- load('ace-uncompressed.js', function() {
+ load('ace.js', function() {
var ace = window.__ace_shadowed__;
ace.load = load;
ace.options.mode = "javascript";