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

SVN:trunk[1527]
This commit is contained in:
Denis Flaven
2011-08-26 11:07:29 +00:00
parent ace0a3e278
commit d547394ba2

View File

@@ -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);