Fix add request modal not appearing
parent
d2cf4aa1d2
commit
ad435e0dba
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue