1
0
mirror of synced 2024-11-22 13:06:08 +03:00
This commit is contained in:
Igor Vaynberg 2013-05-10 00:19:44 -07:00
parent 10c0b07cab
commit cbfcd5c2e4
2 changed files with 3 additions and 3 deletions

View File

@ -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("<", "&lt;"))
list.append(markup);
});

@ -1 +1 @@
Subproject commit 49c05d35b44ed7efa0438475025a9272a433af0a
Subproject commit 828d7a5052954e6a73584153e750b39ee5a1f4c9