Commit 891bc414 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix merge_request js -> ci_path

parent fed9a3d5
......@@ -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
\ No newline at end of file
this.MergeRequest = MergeRequest
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