Commit d6d3a132 authored by Jacob Schatz's avatar Jacob Schatz

Fix sidebar replacement for issues & MRs

parent 599e554a
$('aside.right-sidebar').parent().html("#{escape_javascript(render 'shared/issuable/sidebar', issuable: @issue)}"); $('aside.right-sidebar')[0].outerHTML = "#{escape_javascript(render 'shared/issuable/sidebar', issuable: @issue)}");
$('aside.right-sidebar').effect('highlight') $('aside.right-sidebar').effect('highlight')
new Issue(); new Issue();
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment