update changelog to pull issues from new version
This commit is contained in:
parent
02cb476df6
commit
78a8113149
@ -218,13 +218,13 @@ $("#e10_3").select2({
|
|||||||
|
|
||||||
|
|
||||||
<section id="changelog">
|
<section id="changelog">
|
||||||
<h2>Changelog from 3.0</h2>
|
<h2>Changelog</h2>
|
||||||
<div class="row"><div class="span12">
|
<div class="row"><div class="span12">
|
||||||
<ul>
|
<ul>
|
||||||
<li>Loading...</li>
|
<li>Loading...</li>
|
||||||
<script>
|
<script>
|
||||||
$(function() {
|
$(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({
|
$.ajax({
|
||||||
url: url,
|
url: url,
|
||||||
dataType: "jsonp"
|
dataType: "jsonp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user