소스 검색

Fixed Trac#448: paginated display broken after reloading a page containing a list where the page size is set to 'All'

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1527 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 14 년 전
부모
커밋
def7b556ca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      js/jquery.tablesorter.pager.js

+ 1 - 1
js/jquery.tablesorter.pager.js

@@ -387,7 +387,7 @@ function sprintf(format, etc) {
 					
 					$(this).trigger("appendCache");
 					
-					config.size = parseInt($(".pagesize",pager).val());
+					setPageSize(table,parseInt($(".pagesize",pager).val()));
 					
 					$(config.cssFirst,pager).click(function() {
 						moveToFirstPage(table);