mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
Fixes #59.
This commit is contained in:
+2
-1
@@ -99,7 +99,7 @@ $(function(){
|
||||
|
||||
var id = this.id;
|
||||
|
||||
if (last_index <= 1) {
|
||||
if (last_index < 1) {
|
||||
membership_ids = "contact_id=" + id;
|
||||
}
|
||||
else if (!membership_ids) {
|
||||
@@ -112,6 +112,7 @@ $(function(){
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
|
||||
if (membership_ids) {
|
||||
volunteer_ids = membership_ids.replace(/contact_id/g,"contacts.contact_id");
|
||||
|
||||
Reference in New Issue
Block a user