mirror of
https://github.com/aunefyren/wrapperr
synced 2025-01-23 14:35:01 +00:00
Empty modal
This commit is contained in:
parent
208916450b
commit
d40a0be97a
1 changed files with 2 additions and 0 deletions
|
@ -147,5 +147,7 @@ function placeHistory(userObject) {
|
|||
|
||||
function closeModal() {
|
||||
var modal = document.getElementById("myModal");
|
||||
var modalContent = document.getElementById("modal-content-real");
|
||||
modal.style.display = "none";
|
||||
modalContent.innerHTML = "";
|
||||
}
|
Loading…
Reference in a new issue