1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-04 19:14:41 +00:00

uwuzu v1.6.0 Hapuego

This commit is contained in:
だいちまる
2025-08-05 13:46:18 +09:00
parent 0d7c0a8879
commit e15b52a205
70 changed files with 7406 additions and 5172 deletions
+9 -4
View File
@@ -344,10 +344,15 @@ $(document).ready(function() {
dataType: 'json',
timeout: 300000,
success: function(response) {
renderUeuses(response, ueuseid);
pageNumber++;
isLoading = false;
$("#loading").hide();
if(renderUeuses(response)){
pageNumber++;
isLoading = false;
$("#loading").hide();
}else{
isLoading = false;
$("#loading").hide();
$("#error").show();
}
},
error: function(xhr, textStatus, errorThrown) {
isLoading = false;