ENHANCEMENT: Applying the asynch request patch to our tag field. We use a simple queue management idea to keep only the latest ajax request is valid, ie, we abort all requests before the current request is submitted, so that there is only at most one request spanning in the client side, so no early request's response cover late request's response, also greatly enhance the performance of both sides, especially in case of complicated operations in server side and complicated post-events in client side.

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@71650 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Normann Lou 2009-02-11 01:42:18 +00:00 committed by Sam Minnee
parent 4cbf0d60ae
commit 7fca5c4a6e

View File

@ -173,7 +173,7 @@
processOnDemandHeaders(xml, _ondemandComplete);
}
_originalAjax(s);
return _originalAjax(s);
}
})(jQuery);