mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/10272] Renamed l-err-processing-req to l-timeout-processing-req.
PHPBB3-10272
This commit is contained in:
committed by
Igor Wiedler
parent
7e88dd0ba6
commit
f9ddeacd8e
@@ -30,7 +30,7 @@ phpbb.loading_alert = function() {
|
||||
setTimeout(function() {
|
||||
if (loading_alert.is(':visible'))
|
||||
{
|
||||
phpbb.alert($('body').data('l-err'), $('body').data('l-err-processing-req'));
|
||||
phpbb.alert($('body').data('l-err'), $('body').data('l-timeout-processing-req'));
|
||||
}
|
||||
}, 5000);
|
||||
});
|
||||
|
Reference in New Issue
Block a user