Fix add request modal not appearing

master
Dessa Simpson 2021-02-22 21:10:34 -07:00
parent d2cf4aa1d2
commit ad435e0dba
1 changed files with 1 additions and 0 deletions

View File

@ -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) {