diff options
| author | Callum Macrae <callum@macr.ae> | 2015-05-31 13:46:30 +0200 |
|---|---|---|
| committer | Callum Macrae <callum@macr.ae> | 2015-05-31 13:46:30 +0200 |
| commit | d978564600032cf599ef8e0352cdeb60312b2a10 (patch) | |
| tree | 56a933f2fffeccd1ac6eda8fb459256ea3a1fc79 /phpBB/styles | |
| parent | 049f584111b5d7ce307d57d36b3be8a34d06194b (diff) | |
| download | forums-d978564600032cf599ef8e0352cdeb60312b2a10.tar forums-d978564600032cf599ef8e0352cdeb60312b2a10.tar.gz forums-d978564600032cf599ef8e0352cdeb60312b2a10.tar.bz2 forums-d978564600032cf599ef8e0352cdeb60312b2a10.tar.xz forums-d978564600032cf599ef8e0352cdeb60312b2a10.zip | |
[ticket/13905] Don't load loading.gif until needed.
PHPBB3-13905
Diffstat (limited to 'phpBB/styles')
| -rw-r--r-- | phpBB/styles/prosilver/template/overall_footer.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html index 8749ce60e8..ecba72f6f4 100644 --- a/phpBB/styles/prosilver/template/overall_footer.html +++ b/phpBB/styles/prosilver/template/overall_footer.html @@ -18,7 +18,6 @@ <div id="darkenwrapper" data-ajax-error-title="{L_AJAX_ERROR_TITLE}" data-ajax-error-text="{L_AJAX_ERROR_TEXT}" data-ajax-error-text-abort="{L_AJAX_ERROR_TEXT_ABORT}" data-ajax-error-text-timeout="{L_AJAX_ERROR_TEXT_TIMEOUT}" data-ajax-error-text-parsererror="{L_AJAX_ERROR_TEXT_PARSERERROR}"> <div id="darken"> </div> </div> - <div id="loading_indicator"></div> <div id="phpbb_alert" class="phpbb_alert" data-l-err="{L_ERROR}" data-l-timeout-processing-req="{L_TIMEOUT_PROCESSING_REQ}"> <a href="#" class="alert_close"></a> |
