/[webpac2]/trunk/web/iwf/iwfajax.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/web/iwf/iwfajax.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 46 by dpavlin, Mon Nov 14 16:13:17 2005 UTC revision 48 by dpavlin, Mon Nov 14 16:15:08 2005 UTC
# Line 569  function _iwfOnRequestEnd(){ Line 569  function _iwfOnRequestEnd(){
569                  } else if (!window.iwfOnRequestStart) {                  } else if (!window.iwfOnRequestStart) {
570                          // use default busy implementation...                          // use default busy implementation...
571                          // TODO: make this better!                          // TODO: make this better!
572                          window.status = 'Remaining: ' + _iwfRequestsPending;                          window.status = 'Remaining: ' + _iwfPendingRequests;
573                  } else {                  } else {
574                          // they didn't define an end function,                          // they didn't define an end function,
575                          // but they did define a start one, so do nothing.                          // but they did define a start one, so do nothing.
# Line 588  function _iwfOnRequestError(code, msg, t Line 588  function _iwfOnRequestError(code, msg, t
588    
589  // -----------------------------------  // -----------------------------------
590  // End: AJAX Request and Response  // End: AJAX Request and Response
 // -----------------------------------  
591    // -----------------------------------

Legend:
Removed from v.46  
changed lines
  Added in v.48

  ViewVC Help
Powered by ViewVC 1.1.26