Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
1f79ff1a22f5
Commit
27e75344
authored
Mar 02, 2015
by
Dmitriy Zaporozhets
Browse files
Merge pull request #8829 from ZeoAlliance/merge_request_diff_view_fix
[bugfix] Merge request diff view behaviour fix
parents
746e24eff949
4faf64008628
Changes
1
Show whitespace changes
Inline
Side-by-side
app/assets/javascripts/merge_request.js.coffee
View file @
1f79ff1a
...
...
@@ -125,7 +125,7 @@ class @MergeRequest
loadDiff
:
(
event
)
->
$
.
ajax
type
:
'GET'
url
:
this
.
$
(
'.merge-request-tabs .diffs-tab a'
).
attr
(
'href'
)
url
:
this
.
$
(
'.merge-request-tabs .diffs-tab a'
).
attr
(
'href'
)
+
".json"
beforeSend
:
=>
this
.
$
(
'.mr-loading-status .loading'
).
show
()
complete
:
=>
...
...
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