remove hard-coded band ID
This commit is contained in:
parent
a1983d9803
commit
d5b53c3406
|
|
@ -229,8 +229,8 @@
|
|||
userNames = [];
|
||||
userIds = [];
|
||||
userPhotoUrls = [];
|
||||
bandId = "1158c8b6-4c92-47dc-82bf-1e390c4f9b2c";
|
||||
//bandId = $("#hdn-band-id").val();
|
||||
//bandId = "1158c8b6-4c92-47dc-82bf-1e390c4f9b2c";
|
||||
bandId = $("#hdn-band-id").val();
|
||||
resetForm();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue