[issue #195] Returned code highlighting.

This commit is contained in:
George Vinogradov 2012-03-02 05:10:39 +04:00
parent c04d949510
commit 4218006f47
1 changed files with 2 additions and 2 deletions

View File

@ -51,6 +51,6 @@
<br/>
:javascript
$(document).ready(function() {
//CodeMirror.runMode(document.getElementById("code").innerHTML, "#{@blob.mime_type}",
// document.getElementById("output"));
CodeMirror.runMode(document.getElementById("code").innerHTML, "#{@blob.mime_type}",
document.getElementById("output"));
});