mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-28 12:30:42 +02:00
[ticket/11314] Modify files to comply with coding standards
PHPBB3-11314
This commit is contained in:
@@ -57,7 +57,7 @@ phpbb.clearLoadingTimeout = function() {
|
||||
* @param string title Title of the message, eg "Information" (HTML).
|
||||
* @param string msg Message to display (HTML).
|
||||
* @param bool fadedark Remove the dark background when done? Defaults
|
||||
* to yes.
|
||||
* to yes.
|
||||
*
|
||||
* @returns object Returns the div created.
|
||||
*/
|
||||
@@ -353,8 +353,7 @@ phpbb.ajaxify = function(options) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (overlay && (typeof $this.attr('data-overlay') === 'undefined' || $this.attr('data-overlay') === 'true'))
|
||||
{
|
||||
if (overlay && (typeof $this.attr('data-overlay') === 'undefined' || $this.attr('data-overlay') === 'true')) {
|
||||
phpbb.loadingAlert();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user