Enhance exam completion confirmation messages for clarity and user assurance
This commit is contained in:
@@ -205,7 +205,7 @@
|
||||
.finally(()=>{ if(btn){ const s = btn.querySelector('.spinner-border'); if(s) s.remove(); btn.disabled = false; } });
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
// Visual indicators for HTMX add/remove actions
|
||||
document.addEventListener('DOMContentLoaded', function(){
|
||||
document.body.addEventListener('htmx:beforeRequest', function(evt){
|
||||
|
||||
Reference in New Issue
Block a user