Commit 872d31d6 authored by Phil Hughes's avatar Phil Hughes

Fixed issue with spinner not hiding on diff changes

parent 58665b64
...@@ -183,6 +183,7 @@ class @MergeRequestTabs ...@@ -183,6 +183,7 @@ class @MergeRequestTabs
else else
$diffLine = $('td', $diffLine) $diffLine = $('td', $diffLine)
if $diffLine.length
$diffLine.addClass 'hll' $diffLine.addClass 'hll'
diffLineTop = $diffLine.offset().top diffLineTop = $diffLine.offset().top
navBarHeight = $('.navbar-gitlab').outerHeight() navBarHeight = $('.navbar-gitlab').outerHeight()
......
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