mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
if call back is false, make sure we reset output busy flag so it can be called again
This commit is contained in:
parent
420e4221e3
commit
428cf7438c
@ -220,6 +220,7 @@
|
|||||||
if ($.isFunction(wo.output_callback)) {
|
if ($.isFunction(wo.output_callback)) {
|
||||||
tmp = wo.output_callback(c, mydata, c.pager && c.pager.ajaxObject.url || null);
|
tmp = wo.output_callback(c, mydata, c.pager && c.pager.ajaxObject.url || null);
|
||||||
if ( tmp === false ) {
|
if ( tmp === false ) {
|
||||||
|
output.busy = false;
|
||||||
return;
|
return;
|
||||||
} else if ( typeof tmp === 'string' ) {
|
} else if ( typeof tmp === 'string' ) {
|
||||||
mydata = tmp;
|
mydata = tmp;
|
||||||
|
Loading…
Reference in New Issue
Block a user