1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-27 11:04:15 +02:00

Merge branch 'develop-ascraeus' into develop

This commit is contained in:
Marc Alexander 2014-11-18 13:09:19 +01:00
commit 2e467c8569

View File

@ -386,7 +386,8 @@ phpbb.ajaxify = function(options) {
type: method,
data: data,
success: returnHandler,
error: errorHandler
error: errorHandler,
cache: false
});
request.always(function() {
$loadingIndicator.fadeOut(phpbb.alertTime);