r8857@llin: dpavlin | 2005-11-14 12:47:42 +0100
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 14 Nov 2005 16:15:08 +0000 (16:15 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 14 Nov 2005 16:15:08 +0000 (16:15 +0000)
 typo fix

git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@48 07558da8-63fa-0310-ba24-9fe276d99e06

web/iwf/iwfajax.js

index 6f8b682..5c2a5ec 100644 (file)
@@ -569,7 +569,7 @@ function _iwfOnRequestEnd(){
                } else if (!window.iwfOnRequestStart) {\r
                        // use default busy implementation...\r
                        // TODO: make this better!\r
-                       window.status = 'Remaining: ' + _iwfRequestsPending;\r
+                       window.status = 'Remaining: ' + _iwfPendingRequests;\r
                } else {\r
                        // they didn't define an end function,\r
                        // but they did define a start one, so do nothing.\r
@@ -588,4 +588,4 @@ function _iwfOnRequestError(code, msg, text){
 \r
 // -----------------------------------\r
 // End: AJAX Request and Response\r
-// -----------------------------------
\ No newline at end of file
+// -----------------------------------\r