Ver código fonte

! Div icon overlay was not showing

Signed-off-by: Spuds <[email protected]>
Spuds 12 anos atrás
pai
commit
fbffd94a73
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Themes/default/scripts/script.js

+ 1 - 1
Themes/default/scripts/script.js

@@ -303,7 +303,7 @@ function reqOverlayDiv(desktopURL, sHeader, sIcon)
 {
 	// Set up our div details
 	var sAjax_indicator = '<div class="centertext"><img src="' + smf_images_url + '/loading.gif" ></div>';
-	var sIcon = smf_images_url + '/' + typeof(sIcon) == 'string' ? sIcon : 'helptopics.png';
+	var sIcon = smf_images_url + '/' + (typeof(sIcon) == 'string' ? sIcon : 'helptopics.png');
 	var sHeader = typeof(sHeader) == 'string' ? sHeader : help_popup_heading_text;
 	
 	// Create the div that we are going to load