aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/assets
diff options
context:
space:
mode:
authorCallum Macrae <callum@lynxphp.com>2011-11-17 17:32:56 +0000
committerIgor Wiedler <igor@wiedler.ch>2012-03-31 02:09:22 +0200
commitf9ddeacd8e25f74845704d1186dbc4edde6a71d7 (patch)
tree6fe380ba4990449e2c2da12785a4e04a97ff09ce /phpBB/assets
parent7e88dd0ba63d4322da480c46c4826e8dd174a8be (diff)
downloadforums-f9ddeacd8e25f74845704d1186dbc4edde6a71d7.tar
forums-f9ddeacd8e25f74845704d1186dbc4edde6a71d7.tar.gz
forums-f9ddeacd8e25f74845704d1186dbc4edde6a71d7.tar.bz2
forums-f9ddeacd8e25f74845704d1186dbc4edde6a71d7.tar.xz
forums-f9ddeacd8e25f74845704d1186dbc4edde6a71d7.zip
[ticket/10272] Renamed l-err-processing-req to l-timeout-processing-req.
PHPBB3-10272
Diffstat (limited to 'phpBB/assets')
-rw-r--r--phpBB/assets/javascript/core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/assets/javascript/core.js b/phpBB/assets/javascript/core.js
index f67e251b5d..067676348b 100644
--- a/phpBB/assets/javascript/core.js
+++ b/phpBB/assets/javascript/core.js
@@ -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);
});