mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-24 21:39:11 -04:00
Swap the order of the CSS and JS for performance. Fixes #1540.
This commit is contained in:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user