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