summaryrefslogtreecommitdiff
path: root/src/static/js/ace.js
diff options
context:
space:
mode:
authorChad Weider <cweider@oofn.net>2012-03-10 14:12:04 -0800
committerChad Weider <cweider@oofn.net>2012-03-10 14:39:37 -0800
commitca02ca05ae881637975630ec368abc1e42698e99 (patch)
tree53875130dd6850b8e6189a34f82eacef7be0826c /src/static/js/ace.js
parent2fd901979211b37fdaf164462a31d29eb9db8820 (diff)
downloadetherpad-lite-ca02ca05ae881637975630ec368abc1e42698e99.zip
Remove unnecessary line.
Diffstat (limited to 'src/static/js/ace.js')
-rw-r--r--src/static/js/ace.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/static/js/ace.js b/src/static/js/ace.js
index fdeadb79..836a6395 100644
--- a/src/static/js/ace.js
+++ b/src/static/js/ace.js
@@ -175,7 +175,6 @@ function Ace2Editor()
buffer.push('<\/script>');
} else {
file = ACE_SOURCE;
- file = file.replace(/^\.\.\/static\/js\//, '../minified/');
buffer.push('<script type="application/javascript" src="' + ACE_SOURCE + '"><\/script>');
buffer.push('<script type="text/javascript">');
buffer.push('require("ep_etherpad-lite/static/js/ace2_inner");');