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'
......
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