bug fixed

This commit is contained in:
wolegca 2019-09-20 12:46:42 +08:00
parent 59b42a96c0
commit ae7cafb1d6

View File

@ -19,7 +19,7 @@ $.ajax({
var lastIndex = response.length - 1;
var i;
for(i in response){
$('.sidebar').append($('<div>').append(i));
$('.sidebar').append($('<div>').append(response[i]['title']));
}
if (response[lastIndex]['hasCode'] == true)