Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
def7b556ca
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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);