mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 10:21: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
|
}); // end if this a paid member
|
||||||
|
|
||||||
// never been a member
|
// never been a member
|
||||||
$(".paid_membership:not([title])").parent().css({cursor: "not-allowed"});
|
$(".paid_membership:not([title])").css({cursor: "not-allowed"});
|
||||||
|
|
||||||
} // if contacts
|
} // if contacts
|
||||||
} // function membership status
|
} // function membership status
|
||||||
|
|||||||
Reference in New Issue
Block a user