diff --git a/js/index.js b/js/index.js index ee95432..2c3ed4d 100644 --- a/js/index.js +++ b/js/index.js @@ -19,7 +19,7 @@ $.ajax({ var lastIndex = response.length - 1; var i; for(i in response){ - $('.sidebar').append($('
').append(i)); + $('.sidebar').append($('
').append(response[i]['title'])); } if (response[lastIndex]['hasCode'] == true)