Swap the order of the CSS and JS for performance. Fixes #1540.

This commit is contained in:
Bharat Mediratta
2010-12-16 22:18:04 -08:00
parent 6e58fced20
commit b6c202d572
2 changed files with 2 additions and 2 deletions

View File

@@ -93,8 +93,8 @@ class Admin_View_Core extends Gallery_View {
}
if ($function == "admin_head") {
array_unshift($blocks, $this->combine_files($this->css, "css"));
array_unshift($blocks, $this->combine_files($this->scripts, "javascript"));
array_unshift($blocks, $this->combine_files($this->css, "css"));
}
if (Session::instance()->get("debug")) {