#52: remove unnecessary code

This commit is contained in:
Vokhmin Alexey V 2013-03-28 02:02:08 +04:00
parent 390d80a9a2
commit 7c02610a20
1 changed files with 0 additions and 1 deletions

View File

@ -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');
});