reverted pull #349.

This commit is contained in:
Mottie 2013-09-30 14:08:16 -05:00
parent 1ace06e96d
commit 6b8dd1d800

View File

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