[issue #195] Returned code highlighting.
This commit is contained in:
parent
c04d949510
commit
4218006f47
|
@ -51,6 +51,6 @@
|
||||||
<br/>
|
<br/>
|
||||||
:javascript
|
:javascript
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
//CodeMirror.runMode(document.getElementById("code").innerHTML, "#{@blob.mime_type}",
|
CodeMirror.runMode(document.getElementById("code").innerHTML, "#{@blob.mime_type}",
|
||||||
// document.getElementById("output"));
|
document.getElementById("output"));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue