Skip to content

Commit

Permalink
placing the javascript tags at the end of the html file
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavofonseca committed Dec 1, 2011
1 parent 24357d7 commit e67861d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scielobooks/templates/base-public.pt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title metal:define-slot="custom_title">SciELO Books</title>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="/static/js/language.js"></script>
<metal:block define-slot="custom_script"/>

<metal:block define-slot="css">
<link rel="stylesheet" href="/static/css/styles.css" type="text/css" media="screen"></link>
</metal:block>
Expand Down Expand Up @@ -119,5 +115,9 @@
</ul>
</div>
</div>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="/static/js/language.js"></script>
<metal:block define-slot="custom_script"/>
</body>
</html>

0 comments on commit e67861d

Please sign in to comment.