userpaget_get.html: Do not disable the 'Next Article' button

Bug576-XiaBaizhi
Lan Hui 2024-08-27 07:20:20 +08:00
parent 2e203699c0
commit bd4fb6846b
1 changed files with 0 additions and 1 deletions

View File

@ -220,7 +220,6 @@
function load_next_article() { function load_next_article() {
$("#load_next_article").prop("disabled", true)
$.ajax({ $.ajax({
url: '/get_next_article/{{username}}', url: '/get_next_article/{{username}}',
dataType: 'json', dataType: 'json',