- ausblenden des warnings

This commit is contained in:
ma0048
2023-05-17 15:08:52 +02:00
parent 8584be651b
commit 54de577eee
+1
View File
@@ -2515,6 +2515,7 @@ else
$("#msgbox").attr("class","alert alert-warning"); $("#msgbox").attr("class","alert alert-warning");
$("#msgbox").show(); $("#msgbox").show();
$("#msgbox").html(data["msg"]); $("#msgbox").html(data["msg"]);
$("#msgbox").html(data["msg"]).delay(2000).fadeOut();
} }
else else
{ {