diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2011-03-05 15:59:52 -0800 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2011-03-05 15:59:52 -0800 |
| commit | bda14f29eac2c7471d4e5e554493dd21728199e2 (patch) | |
| tree | e9cb36c016ad71bce38e6db8bf587b66e808d656 /themes/admin_wind | |
| parent | 7e569a21e35ad2461709c5487d37d5a2824cca3d (diff) | |
Put external CSS before external JS, per:
http://code.google.com/speed/page-speed/docs/rtt.html#PutStylesBeforeScripts
ref:
http://gallery.menalto.com/node/100693
Thanks Serge!
Fixes #1633.
Diffstat (limited to 'themes/admin_wind')
| -rw-r--r-- | themes/admin_wind/views/admin.html.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/admin_wind/views/admin.html.php b/themes/admin_wind/views/admin.html.php index 9e011c69..a56b6f41 100644 --- a/themes/admin_wind/views/admin.html.php +++ b/themes/admin_wind/views/admin.html.php @@ -41,11 +41,11 @@ media="screen,print,projection" /> <![endif]--> - <!-- LOOKING FOR YOUR JAVASCRIPT? It's all been combined into the link below --> - <?= $theme->get_combined("script") ?> - <!-- LOOKING FOR YOUR CSS? It's all been combined into the link below --> <?= $theme->get_combined("css") ?> + + <!-- LOOKING FOR YOUR JAVASCRIPT? It's all been combined into the link below --> + <?= $theme->get_combined("script") ?> </head> <body <?= $theme->body_attributes() ?>> |
