clear object_id and page_no when clicking on new tab

This commit is contained in:
Sanj 2011-10-24 00:58:07 +01:00
parent 93243a7be7
commit c9410fc565

View File

@ -146,6 +146,8 @@ $(function() {
}
/* end handle sort */
$('#object_id').val('');
$('#page_no').val('1');
/* handle displaying initial list on page */
$('#listForm').submit();
// displayList(data.page.items);