1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 18:11:47 +02:00

Merge pull request #3152 from prototech/ticket/13277

[ticket/13277] Force IE to not cache AJAX requests.
This commit is contained in:
Marc Alexander
2014-11-18 13:08:58 +01:00

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);