[issue #195] Returned code highlighting.
This commit is contained in:
parent
c04d949510
commit
4218006f47
|
@ -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"));
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue