mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
Only changes cursor non-allowed in Paid Membership td, bug introduced with last change.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user