diff options
author | Jacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home> | 2016-02-03 15:49:30 -0500 |
---|---|---|
committer | Jacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home> | 2016-02-03 15:49:30 -0500 |
commit | bb81eff4bfcdee87095b03df04fd1086924984c0 (patch) | |
tree | 94eb2e9bf8436b9bec87eb2be16e3c30bf24dfc7 /app/views/projects | |
parent | d6d3a132b887c286b5b74e2a14be327f3a302d26 (diff) | |
download | gitlab-ce-bb81eff4bfcdee87095b03df04fd1086924984c0.tar.gz |
Issue sidebar bug fix.
Thanks @rspeicher.
Diffstat (limited to 'app/views/projects')
-rw-r--r-- | app/views/projects/issues/update.js.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/issues/update.js.haml b/app/views/projects/issues/update.js.haml index c8e79ade110..a54733883b4 100644 --- a/app/views/projects/issues/update.js.haml +++ b/app/views/projects/issues/update.js.haml @@ -1,3 +1,3 @@ -$('aside.right-sidebar')[0].outerHTML = "#{escape_javascript(render 'shared/issuable/sidebar', issuable: @issue)}"); -$('aside.right-sidebar').effect('highlight') +$('aside.right-sidebar')[0].outerHTML = "#{escape_javascript(render 'shared/issuable/sidebar', issuable: @issue)}"; +$('aside.right-sidebar').effect('highlight'); new Issue();
\ No newline at end of file |