mirror of
https://github.com/cp6/my-idlers.git
synced 2024-11-16 15:33:44 +01:00
Updated delete modal script to load after page loaded
Updated delete modal script to load after page loaded
This commit is contained in:
parent
7a2ed8887f
commit
a9a3bc1ca1
@ -1,4 +1,6 @@
|
||||
<script>
|
||||
window.addEventListener('load', function() {
|
||||
document.getElementById("confirmDeleteModal").classList.remove("d-none");
|
||||
let app = new Vue({
|
||||
el: "#app",
|
||||
data: {
|
||||
@ -16,4 +18,5 @@
|
||||
}
|
||||
}
|
||||
});
|
||||
})
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user