mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-22 00:53:22 -05:00
Only changes cursor non-allowed in Paid Membership td, bug introduced with last change.
This commit is contained in:
parent
f59020a823
commit
e61cbba5c5
@ -279,7 +279,7 @@ $(function(){
|
||||
}); // end if this a paid member
|
||||
|
||||
// never been a member
|
||||
$(".paid_membership:not([title])").parent().css({cursor: "not-allowed"});
|
||||
$(".paid_membership:not([title])").css({cursor: "not-allowed"});
|
||||
|
||||
} // if contacts
|
||||
} // function membership status
|
||||
|
Loading…
x
Reference in New Issue
Block a user