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>
|
<script>
|
||||||
|
window.addEventListener('load', function() {
|
||||||
|
document.getElementById("confirmDeleteModal").classList.remove("d-none");
|
||||||
let app = new Vue({
|
let app = new Vue({
|
||||||
el: "#app",
|
el: "#app",
|
||||||
data: {
|
data: {
|
||||||
|
@ -16,4 +18,5 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user