mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
[ticket/10270] Moved some HTML from the JavaScript to overall_footer.
PHPBB3-10270
This commit is contained in:
committed by
Igor Wiedler
parent
6efb9dd0b6
commit
420de9c9a0
@@ -3,11 +3,8 @@ var phpbb = {};
|
||||
(function($) { //avoid conflicts with other libraries
|
||||
|
||||
|
||||
var dark = $('<div id="darkenwrapper"><div id="darken"> </div></div>');
|
||||
$('body').append(dark);
|
||||
|
||||
var loading_alert = $('<div class="jalert"><h3>Loading</h3><p>Please wait.</p></div>');
|
||||
$(dark).append(loading_alert);
|
||||
var dark = $('#darkenwrapper'),
|
||||
loading_alert = $('#loadingalert');
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user