diff --git a/app/assets/javascripts/findSession.js b/app/assets/javascripts/findSession.js index 1044141af..9ae025c38 100644 --- a/app/assets/javascripts/findSession.js +++ b/app/assets/javascripts/findSession.js @@ -261,7 +261,7 @@ function clearResults() { $('table#sessions-invitations').children(':not(:first-child)').remove(); - $(CATEGORY.FRIEND).children(':not(:first-child)').remove(); + $('table#sessions-friends').children(':not(:first-child)').remove(); $('table#sessions-other').children(':not(:first-child)').remove(); sessionCounts = [0, 0, 0]; @@ -286,10 +286,6 @@ $(this).val(''); }); - // $('#session-keyword-srch').blur(function() { - // $(this).val('Search by Keyword'); - // }); - $('#btn-refresh').on("click", search); }