Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
97d597f4
Commit
97d597f4
authored
Sep 06, 2008
by
mkanat%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 453585: Load stylesheets before scripts for performance reasons
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
parent
c0c7dc6c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
17 deletions
+18
-17
header.html.tmpl
template/en/default/global/header.html.tmpl
+18
-17
No files found.
template/en/default/global/header.html.tmpl
View file @
97d597f4
...
@@ -69,23 +69,6 @@
...
@@ -69,23 +69,6 @@
[% PROCESS 'global/setting-descs.none.tmpl' %]
[% PROCESS 'global/setting-descs.none.tmpl' %]
[% IF javascript %]
<script
type=
"text/javascript"
>
[
%
javascript
%
]
</script>
[% END %]
[% IF javascript_urls %]
[% FOREACH javascript_url = javascript_urls %]
<script
src=
"[% javascript_url FILTER html %]"
type=
"text/javascript"
></script>
[% END %]
[% IF javascript_urls.grep('yui/').size %]
<script
type=
"text/javascript"
>
YAHOO
.
namespace
(
'bugzilla'
);
</script>
[% END %]
[% END %]
[%# Set up the skin CSS cascade:
[%# Set up the skin CSS cascade:
# 1. Standard Bugzilla stylesheet set (persistent)
# 1. Standard Bugzilla stylesheet set (persistent)
# 2. Standard Bugzilla stylesheet set (selectable)
# 2. Standard Bugzilla stylesheet set (selectable)
...
@@ -205,6 +188,24 @@
...
@@ -205,6 +188,24 @@
type="text/css">
type="text/css">
<![endif]-->
<![endif]-->
[% IF javascript %]
<script
type=
"text/javascript"
>
[
%
javascript
%
]
</script>
[% END %]
[% IF javascript_urls %]
[% FOREACH javascript_url = javascript_urls %]
<script
src=
"[% javascript_url FILTER html %]"
type=
"text/javascript"
></script>
[% END %]
[% IF javascript_urls.grep('yui/').size %]
<script
type=
"text/javascript"
>
YAHOO
.
namespace
(
'bugzilla'
);
</script>
[% END %]
[% END %]
[%# this puts the live bookmark up on firefox for the Atom feed %]
[%# this puts the live bookmark up on firefox for the Atom feed %]
[% IF atomlink %]
[% IF atomlink %]
<link
rel=
"alternate"
<link
rel=
"alternate"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment