Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
b2f0f8dd9ebc
Commit
e6ee1f36
authored
Apr 18, 2016
by
Robert Speicher
Browse files
Merge branch 'diff-js-error-fix' into 'master'
Fixed issue with spinner not hiding on diff changes See merge request !3793
parents
49a3a45c460a
35e42a47c530
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/assets/javascripts/merge_request_tabs.js.coffee
View file @
b2f0f8dd
...
...
@@ -183,9 +183,10 @@ class @MergeRequestTabs
else
$diffLine
=
$
(
'td'
,
$diffLine
)
$diffLine
.
addClass
'hll'
diffLineTop
=
$diffLine
.
offset
().
top
navBarHeight
=
$
(
'.navbar-gitlab'
).
outerHeight
()
if
$diffLine
.
length
$diffLine
.
addClass
'hll'
diffLineTop
=
$diffLine
.
offset
().
top
navBarHeight
=
$
(
'.navbar-gitlab'
).
outerHeight
()
loadBuilds
:
(
source
)
->
return
if
@
buildsLoaded
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment