diff options
author | Marc Alexander <admin@m-a-styles.de> | 2013-03-26 13:13:33 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2013-03-26 13:13:33 +0100 |
commit | f0b0978538a1b1e25b688cce1794c764f2d363f0 (patch) | |
tree | b463a2ed27ed4dc979b581d5e401c26ca7dd3c70 /phpBB/assets | |
parent | 4870387f3a63531a4921de37d24e6a5cc867da21 (diff) | |
download | forums-f0b0978538a1b1e25b688cce1794c764f2d363f0.tar forums-f0b0978538a1b1e25b688cce1794c764f2d363f0.tar.gz forums-f0b0978538a1b1e25b688cce1794c764f2d363f0.tar.bz2 forums-f0b0978538a1b1e25b688cce1794c764f2d363f0.tar.xz forums-f0b0978538a1b1e25b688cce1794c764f2d363f0.zip |
[ticket/11314] Modify files to comply with coding standards
PHPBB3-11314
Diffstat (limited to 'phpBB/assets')
-rw-r--r-- | phpBB/assets/javascript/core.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/phpBB/assets/javascript/core.js b/phpBB/assets/javascript/core.js index b718dabe6c..424989a9f3 100644 --- a/phpBB/assets/javascript/core.js +++ b/phpBB/assets/javascript/core.js @@ -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(); } |