Commit 27e75344 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #8829 from ZeoAlliance/merge_request_diff_view_fix

[bugfix] Merge request diff view behaviour fix
parents ed3bd155 51b234cf
......@@ -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: =>
......
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