remove hard-coded band ID

This commit is contained in:
Brian Smith 2013-12-18 22:33:56 -05:00
parent a1983d9803
commit d5b53c3406
1 changed files with 2 additions and 2 deletions

View File

@ -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();
}