Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
think-gem committed Apr 6, 2023
1 parent f429bf1 commit dc10f86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h4>${category.categoryName}</h4>
<div class="pagination">${@page.toHtml()}</div>
<script type="text/javascript">
function page(n,s){
location="${ctx}/${category.url}?pageNo="+n+"&pageSize="+s;
location="${category.url}?pageNo="+n+"&pageSize="+s;
}
</script>
</#html:if>
Expand Down

This file was deleted.

0 comments on commit dc10f86

Please sign in to comment.