[ticket/10803] Show failure message until user dismisses it

PHPBB3-10803
This commit is contained in:
Marc Alexander 2012-12-18 23:37:00 +01:00
parent 3af5531d0d
commit 693778fa07

View file

@ -342,12 +342,6 @@ phpbb.ajaxify = function(options) {
var alert; var alert;
alert = phpbb.alert(dark.attr('data-ajax-error-title'), dark.attr('data-ajax-error-text')); alert = phpbb.alert(dark.attr('data-ajax-error-title'), dark.attr('data-ajax-error-text'));
setTimeout(function () {
dark.fadeOut(phpbb.alert_time, function() {
alert.hide();
});
}, 5000);
} }
// If the element is a form, POST must be used and some extra data must // If the element is a form, POST must be used and some extra data must