--- trunk/web/iwf/iwfajax.js 2005/11/14 16:13:17 46 +++ trunk/web/iwf/iwfajax.js 2005/11/14 16:15:08 48 @@ -569,7 +569,7 @@ } else if (!window.iwfOnRequestStart) { // use default busy implementation... // TODO: make this better! - window.status = 'Remaining: ' + _iwfRequestsPending; + window.status = 'Remaining: ' + _iwfPendingRequests; } else { // they didn't define an end function, // but they did define a start one, so do nothing. @@ -588,4 +588,4 @@ // ----------------------------------- // End: AJAX Request and Response -// ----------------------------------- \ No newline at end of file +// -----------------------------------