phpbb/phpBB/assets/javascript
Marc Alexander 5d07ddffaf [ticket/10805] Clear loading alert timeout after ajax request finished
The timeout for the "request timed out" popup should be cleared if it
finished. Since it is currently not cleared, the timeout alert appears as
an extra overlay if another ajaxified function is ran within 5 seconds of
the initial function call. This patch will take care of clearing the
timeout if either the success (function return_handler()) or error
(function error_handler()) functions are called.

PHPBB3-10805
2013-01-01 20:29:30 +01:00
..
core.js [ticket/10805] Clear loading alert timeout after ajax request finished 2013-01-01 20:29:30 +01:00
jquery.js [ticket/10155] Update to jQuery 1.6.2 2011-07-12 10:24:20 +02:00