Added voicenumber select in Order

This commit is contained in:
Frank Schubert
2024-03-12 22:34:28 +01:00
parent 1a676fe8aa
commit b4cb70b643
12 changed files with 234 additions and 26 deletions

View File

@@ -83,7 +83,7 @@
return;
}
if(rest_duration < 60*5) {
if(rest_duration < 60) {
// show notification
if($("#se_notf").length) {
$("#se_notf .time").text(rest_duration);