mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-29 22:11:22 +00:00
Update modal-bootstrap.md
- bugfix
This commit is contained in:
parent
f3c01b3b12
commit
93df44832c
@ -85,7 +85,7 @@ function closeModal() {
|
||||
document.getElementById("modal-backdrop").classList.remove("show")
|
||||
|
||||
setTimeout(function() {
|
||||
document.getElementById("show-modals-here").innerHTML = ""
|
||||
document.getElementById("modals-here").innerHTML = ""
|
||||
}, 200)
|
||||
}
|
||||
|
||||
@ -115,7 +115,7 @@ function closeModal() {
|
||||
<p>Modal body text goes here.</p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary" data-dismiss="modal" onclick="closeModal()">Close</button>
|
||||
<button type="button" class="btn btn-secondary" onclick="closeModal()">Close</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user