1
0
mirror of synced 2025-03-11 15:16:09 +03:00

update changelog to pull issues from new version

This commit is contained in:
Igor Vaynberg 2012-08-14 09:43:16 -07:00
parent 02cb476df6
commit 78a8113149

View File

@ -218,13 +218,13 @@ $("#e10_3").select2({
<section id="changelog">
<h2>Changelog from 3.0</h2>
<h2>Changelog</h2>
<div class="row"><div class="span12">
<ul>
<li>Loading...</li>
<script>
$(function() {
var url="https://api.github.com/repos/ivaynberg/select2/issues?state=closed&milestone=4";
var url="https://api.github.com/repos/ivaynberg/select2/issues?state=closed&milestone=6";
$.ajax({
url: url,
dataType: "jsonp"