clear object_id and page_no when clicking on new tab
This commit is contained in:
parent
93243a7be7
commit
c9410fc565
|
@ -146,6 +146,8 @@ $(function() {
|
||||||
}
|
}
|
||||||
/* end handle sort */
|
/* end handle sort */
|
||||||
|
|
||||||
|
$('#object_id').val('');
|
||||||
|
$('#page_no').val('1');
|
||||||
/* handle displaying initial list on page */
|
/* handle displaying initial list on page */
|
||||||
$('#listForm').submit();
|
$('#listForm').submit();
|
||||||
// displayList(data.page.items);
|
// displayList(data.page.items);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user