From 07cf73ea2d0cae51ffef21bd54e2467e8b7c63d4 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Thu, 7 Feb 2013 02:41:46 -0500 Subject: [PATCH] 1 more bug fix --- app/assets/javascripts/findSession.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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); }