Added voicenumber select in Order
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user