11
This commit is contained in:
@@ -238,7 +238,12 @@
|
||||
success: function (response) {
|
||||
console.log(response.d)
|
||||
console.log($('#divdbyj'))
|
||||
$('#divdbyj').html(response.d)
|
||||
$('#divdbyj').html(response.d)
|
||||
|
||||
setTimeout(function () {
|
||||
getToDo(1);
|
||||
}, 60000);
|
||||
|
||||
},
|
||||
error: function (xhr, status, error) {
|
||||
console.log(error)
|
||||
@@ -281,6 +286,9 @@
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
|
||||
|
||||
page(9, '.todo', 0)
|
||||
page(40, '.project', 2)
|
||||
page(30, '.note', 1)
|
||||
|
||||
Reference in New Issue
Block a user