fixed changelog url
This commit is contained in:
parent
cae5a37d8f
commit
7e8ee02c09
@ -234,7 +234,7 @@ $("#e10_3").select2({
|
|||||||
list.empty();
|
list.empty();
|
||||||
$.each(issues.data, function() {
|
$.each(issues.data, function() {
|
||||||
var markup=template
|
var markup=template
|
||||||
.replace(/\$url/g, this.url)
|
.replace(/\$url/g, this.html_url)
|
||||||
.replace(/\$num/g, this.number)
|
.replace(/\$num/g, this.number)
|
||||||
.replace(/\$title/g, this.title)
|
.replace(/\$title/g, this.title)
|
||||||
list.append(markup);
|
list.append(markup);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user