Fix merge_request js -> ci_path
This commit is contained in:
parent
fed9a3d5c8
commit
891bc414b1
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ class MergeRequest
|
||||||
, 'json'
|
, 'json'
|
||||||
|
|
||||||
if @opts.ci_enable
|
if @opts.ci_enable
|
||||||
$.get self.opts.url_to_ci_check, (data) =>
|
$.get @opts.url_to_ci_check, (data) =>
|
||||||
this.showCiState data.status
|
this.showCiState data.status
|
||||||
, 'json'
|
, 'json'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue