wip
This commit is contained in:
parent
10c0b07cab
commit
cbfcd5c2e4
@ -247,7 +247,7 @@ $("#e10_4").select2({
|
||||
<li>Loading...</li>
|
||||
<script>
|
||||
$(function() {
|
||||
var url="https://api.github.com/repos/ivaynberg/select2/issues?state=closed&milestone=8";
|
||||
var url="https://api.github.com/repos/ivaynberg/select2/issues?state=closed&milestone=8&per_page=100";
|
||||
$.ajax({
|
||||
url: url,
|
||||
dataType: "jsonp"
|
||||
@ -259,7 +259,7 @@ $("#e10_4").select2({
|
||||
var markup=template
|
||||
.replace(/\$url/g, this.html_url)
|
||||
.replace(/\$num/g, this.number)
|
||||
.replace(/\$title/g, this.title)
|
||||
.replace(/\$title/g, this.title.replace("<", "<"))
|
||||
list.append(markup);
|
||||
});
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 49c05d35b44ed7efa0438475025a9272a433af0a
|
||||
Subproject commit 828d7a5052954e6a73584153e750b39ee5a1f4c9
|
Loading…
Reference in New Issue
Block a user