Fix add request modal not appearing
parent
d2cf4aa1d2
commit
ad435e0dba
|
@ -137,6 +137,7 @@ function showMessage(msg) {
|
|||
function openAddRequestModal() {
|
||||
hideModals();
|
||||
document.getElementById("modalBackground").style.display = "flex";
|
||||
document.getElementById("addRequestModal").style.display = "block";
|
||||
}
|
||||
|
||||
function openUpdateRequestModal(tr) {
|
||||
|
|
Loading…
Reference in New Issue