Pager: prevent ajax call on init. See #1196

When `processAjaxOnInit` is false
This commit is contained in:
Rob Garrison 2016-07-09 18:34:17 -05:00
parent 2c60c4a6a2
commit e8b68272e2
No known key found for this signature in database
GPG Key ID: 0A42D160D71978E1
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1085,7 +1085,7 @@
p.filteredRows = typeof tmp.filtered !== 'undefined' ? tmp.filtered :
( c.debug ? console.error('Pager: no initial filtered page set!') || 0 : 0 );
tsp.updatePageDisplay( c, false );
} else {
} else if (p.initialized) {
tsp.getAjax( c );
}
} else if ( !p.ajax ) {