mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-04-04 09:33:24 -04:00
Improves the presentation logic.
This commit is contained in:
parent
787fff74d6
commit
9d07e9a740
@ -711,7 +711,6 @@ $(function() {
|
|||||||
if (obj) {
|
if (obj) {
|
||||||
var volunteer_hours = obj.volunteer_hours;
|
var volunteer_hours = obj.volunteer_hours;
|
||||||
if (volunteer_hours.length) {
|
if (volunteer_hours.length) {
|
||||||
$("#volunteer_hours").prop("title","").empty();
|
|
||||||
$("#volunteer_hours").prop("title",title).html("Volunteer Hours");
|
$("#volunteer_hours").prop("title",title).html("Volunteer Hours");
|
||||||
} else {
|
} else {
|
||||||
$("#volunteer_hours").prop("title","").empty();
|
$("#volunteer_hours").prop("title","").empty();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user