diff --git a/js/index.js b/js/index.js index 595841b..ee95432 100644 --- a/js/index.js +++ b/js/index.js @@ -17,6 +17,10 @@ $.ajax({ dataType: "json", success: function (response) { var lastIndex = response.length - 1; + var i; + for(i in response){ + $('.sidebar').append($('
').append(i)); + } if (response[lastIndex]['hasCode'] == true) loadScript('content/js/' + response[lastIndex]['date'] + '.js');