1 more bug fix
This commit is contained in:
parent
c6d3c7487b
commit
07cf73ea2d
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue