diff --git a/app/views/projects/git/blobs/_show.html.haml b/app/views/projects/git/blobs/_show.html.haml index 3d8ae19c0..b3d1f4606 100644 --- a/app/views/projects/git/blobs/_show.html.haml +++ b/app/views/projects/git/blobs/_show.html.haml @@ -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'); }); \ No newline at end of file