- remove unused JS from check-in page

This commit is contained in:
Dave 2016-03-22 01:59:44 +00:00
parent 59a8c5153d
commit 5253fd88a3
1 changed files with 0 additions and 3 deletions

View File

@ -190,7 +190,6 @@
var workingAway = false;
//var attendees = {{$attendees}};
function populateAttendeeList(attendees) {
$('#attendee_list').empty();
@ -207,8 +206,6 @@
+ '</li>');
}
}
}
function search() {
var query_value = $('input#search').val();