mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
reverted pull #349.
This commit is contained in:
parent
1ace06e96d
commit
6b8dd1d800
@ -303,7 +303,7 @@
|
||||
}
|
||||
$doc.bind('ajaxError.pager', function(e, xhr, settings, exception) {
|
||||
//show the error message on the table
|
||||
if (url === settings.url) {
|
||||
if (url.match(settings.url)) {
|
||||
renderAjax(null, table, p, xhr, exception);
|
||||
$doc.unbind('ajaxError.pager');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user