Skip to content

Commit

Permalink
No duplicate ajax calls (removed table update for ajax calls when the…
Browse files Browse the repository at this point in the history
… server is already doing everything). Fixes #372
  • Loading branch information
Mottie committed Oct 10, 2013
1 parent 6b7b842 commit 7bda49a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/pager/jquery.tablesorter.pager.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@
if (c.showProcessing) {
ts.isProcessing(table); // remove loading icon
}
$t.trigger('update');
p.totalPages = Math.ceil( p.totalRows / p.size );
updatePageDisplay(table, p);
fixHeight(table, p);
Expand Down

0 comments on commit 7bda49a

Please sign in to comment.