diff options
author | Phil Hughes <me@iamphill.com> | 2016-04-18 11:06:30 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-04-18 11:06:30 +0100 |
commit | c24640c721aed987a22c2e097cada73145cfb12b (patch) | |
tree | 2ab07779bf7a18862a1b48680de37020ad7873a4 | |
parent | e9f20f5922e9c365b4af14e53881a7bafba4139c (diff) | |
download | gitlab-ce-c24640c721aed987a22c2e097cada73145cfb12b.tar.gz |
Fixed issue with tasklist toggling sidebar refreshtasklist-fix
Closes #15270
-rw-r--r-- | app/views/projects/issues/update.js.haml | 3 | ||||
-rw-r--r-- | app/views/projects/merge_requests/update.js.haml | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/app/views/projects/issues/update.js.haml b/app/views/projects/issues/update.js.haml index 986d8c220db..e69de29bb2d 100644 --- a/app/views/projects/issues/update.js.haml +++ b/app/views/projects/issues/update.js.haml @@ -1,3 +0,0 @@ -$('aside.right-sidebar')[0].outerHTML = "#{escape_javascript(render 'shared/issuable/sidebar', issuable: @issue)}"; -$('aside.right-sidebar').effect('highlight'); -new IssuableContext(); diff --git a/app/views/projects/merge_requests/update.js.haml b/app/views/projects/merge_requests/update.js.haml index 9cce5660e1c..e69de29bb2d 100644 --- a/app/views/projects/merge_requests/update.js.haml +++ b/app/views/projects/merge_requests/update.js.haml @@ -1,3 +0,0 @@ -$('aside.right-sidebar')[0].outerHTML = "#{escape_javascript(render 'shared/issuable/sidebar', issuable: @merge_request)}"; -$('aside.right-sidebar').effect('highlight'); -new IssuableContext(); |