summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/update.js.haml
blob: a54733883b443698fbaea6c6552d469a6c540431 (plain)
1
2
3
$('aside.right-sidebar')[0].outerHTML = "#{escape_javascript(render 'shared/issuable/sidebar', issuable: @issue)}";
$('aside.right-sidebar').effect('highlight');
new Issue();