#52: remove unnecessary code
This commit is contained in:
parent
390d80a9a2
commit
7c02610a20
|
@ -11,5 +11,4 @@
|
|||
:javascript
|
||||
$(document).ready(function() {
|
||||
CodeMirror.runMode($('#code').text().replace(/&/gi, '&'), "#{@blob.raw_mime_type.content_type}", document.getElementById("output"));
|
||||
jQuery(window).trigger('hashchange');
|
||||
});
|
Loading…
Reference in New Issue