Fix merge_request js -> ci_path
This commit is contained in:
parent
fed9a3d5c8
commit
891bc414b1
|
@ -35,7 +35,7 @@ class MergeRequest
|
|||
, 'json'
|
||||
|
||||
if @opts.ci_enable
|
||||
$.get self.opts.url_to_ci_check, (data) =>
|
||||
$.get @opts.url_to_ci_check, (data) =>
|
||||
this.showCiState data.status
|
||||
, 'json'
|
||||
|
||||
|
@ -94,4 +94,4 @@ class MergeRequest
|
|||
this.$('.merge-in-progress').hide()
|
||||
this.$('.automerge_widget.already_cannot_be_merged').show()
|
||||
|
||||
this.MergeRequest = MergeRequest
|
||||
this.MergeRequest = MergeRequest
|
||||
|
|
Loading…
Reference in a new issue