Fix modal glitch

This commit is contained in:
amcmanu3 2024-02-19 21:45:11 -05:00
parent 975dd2f967
commit db8ef6d382

View File

@ -614,10 +614,13 @@
}
console.log("Command received successfully")
} else {
setTimeout(function(){
$('.modal').modal('hide');
bootbox.alert({
title: responseData.status,
message: responseData.error
});
}, 2000)
}
}