Refine admin status and notification controls
This commit is contained in:
parent
4e4def843d
commit
5437c7a4c4
5 changed files with 15 additions and 9 deletions
|
|
@ -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); }
|
||||
});
|
||||
});
|
||||
})();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue