1
0
mirror of synced 2025-02-09 16:49:24 +03:00

fixed changelog url

This commit is contained in:
Igor Vaynberg 2012-08-07 08:48:24 -07:00
parent cae5a37d8f
commit 7e8ee02c09

View File

@ -234,7 +234,7 @@ $("#e10_3").select2({
list.empty();
$.each(issues.data, function() {
var markup=template
.replace(/\$url/g, this.url)
.replace(/\$url/g, this.html_url)
.replace(/\$num/g, this.number)
.replace(/\$title/g, this.title)
list.append(markup);