1 more bug fix

This commit is contained in:
Brian Smith 2013-02-07 02:41:46 -05:00
parent c6d3c7487b
commit 07cf73ea2d
1 changed files with 1 additions and 5 deletions

View File

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