Browse Source

! Avoid conflict with admin.css ID

Signed-off-by: Spuds <[email protected]>
Spuds 12 years ago
parent
commit
117681b43d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/Admin.php

+ 1 - 1
Sources/Admin.php

@@ -30,7 +30,7 @@ function AdminMain()
 	// Load the language and templates....
 	loadLanguage('Admin');
 	loadTemplate('Admin', 'admin');
-	loadJavascriptFile('admin.js?alp21', array('default_theme' => true));
+	loadJavascriptFile('admin.js?alp21', array('default_theme' => true), 'admin.js');
 
 	// No indexing evil stuff.
 	$context['robot_no_index'] = true;