Fix add request modal not appearing

This commit is contained in:
Dessa Simpson 2021-02-22 21:10:34 -07:00
parent d2cf4aa1d2
commit ad435e0dba

View file

@ -137,6 +137,7 @@ function showMessage(msg) {
function openAddRequestModal() { function openAddRequestModal() {
hideModals(); hideModals();
document.getElementById("modalBackground").style.display = "flex"; document.getElementById("modalBackground").style.display = "flex";
document.getElementById("addRequestModal").style.display = "block";
} }
function openUpdateRequestModal(tr) { function openUpdateRequestModal(tr) {