Refine admin status and notification controls

This commit is contained in:
hbrain 2026-05-26 20:31:04 +02:00
parent 4e4def843d
commit 5437c7a4c4
5 changed files with 15 additions and 9 deletions

View file

@ -126,7 +126,7 @@ $page=max(1,(int)($_GET['page']??1)); $per=$config['items_per_page']; $total=cou
}
await state(reg);
}catch(e){ alert(e.message || 'Could not update notifications'); }
finally{ btn.disabled=false; }
finally{ await state(reg); }
});
});
})();