Commit 9ebdf4ff by Braden MacDonald

Tell TinyMCE not to change our URLs!

parent 8193ee7e
......@@ -52,6 +52,7 @@ function StudioEditableXBlockMixin(runtime, element) {
height: '200px',
formats: { code: { inline: 'code' } },
codemirror: { path: "" + baseUrl + "/js/vendor" },
convert_urls: false,
plugins: "link codemirror",
menubar: false,
statusbar: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment