1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-03 21:32:37 +02:00

Merge PR #1150 branch 'marc1706/ticket/10803' into develop

# By Marc Alexander
# Via Marc Alexander
* marc1706/ticket/10803:
  [ticket/10803] Show failure message until user dismisses it
This commit is contained in:
Oleg Pudeyev
2012-12-18 18:48:51 -05:00

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