Browse Source

Use loadJavascriptFile to load the admin file

Signed-off-by: emanuele <[email protected]>
emanuele 11 years ago
parent
commit
ebbdb7bc3a
1 changed files with 2 additions and 3 deletions
  1. 2 3
      Sources/ManageMembergroups.php

+ 2 - 3
Sources/ManageMembergroups.php

@@ -1109,10 +1109,9 @@ function EditMembergroup()
 		}
 	}
 	
-	// Insert our JS, if we have possible stars.
+	// Insert our JS, if we have possible icons.
 	if (!empty($context['possible_icons']))
-		$context['html_headers'] .= '
-	<script type="text/javascript" src="' . $settings['default_theme_url'] . '/scripts/stardropdown.js"></script>';
+		loadJavascriptFile('stardropdown.js', array('validate' => true));
 
 	// Finally, get all the groups this could be inherited off.
 	$request = $smcFunc['db_query']('', '