mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-22 17:03:22 -05:00
Improves the output feedback.
This commit is contained in:
parent
a084161d03
commit
09cc2893a4
@ -1002,9 +1002,7 @@ $(function() {
|
||||
$("#redeemable_hours").spinner("disable");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
}); // volunteers post
|
||||
|
||||
@ -1022,13 +1020,15 @@ $(function() {
|
||||
if ($("#redeemable_hours").data("ui-spinner")) {
|
||||
$("#redeemable_hours").spinner("disable");
|
||||
}
|
||||
amount.val("");
|
||||
$("#stand_time_total").empty();
|
||||
amount.val("");
|
||||
if (!$("#paid_member").text()) {
|
||||
$("#stand_time_total").text("Free Stand Time is good to " + end.toDateString());
|
||||
}
|
||||
} else if ( now.getTime() > end.getTime() ) {
|
||||
console.log("Free Stand Time is now over");
|
||||
|
||||
}
|
||||
}
|
||||
} // end Free stand time
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user