Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Commit

Permalink
Loading javascript libraries through resource loading to address cont…
Browse files Browse the repository at this point in the history
…ext differences.

Fixes #146
  • Loading branch information
Alex Honor committed Jul 26, 2012
1 parent 0d8cf92 commit 4751ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grails-app/views/layouts/main.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@


<link rel="stylesheet" type="text/css" href="${resource(dir:'css',file:'superfish.css')}" />
<script type="text/javascript" src="/js/hoverIntent.js"></script>
<script type="text/javascript" src="/js/superfish.js"></script>
<script type="text/javascript" src="${resource(dir:'js',file:'hoverIntent.js')}"></script>
<script type="text/javascript" src="${resource(dir:'js',file:'superfish.js')}"></script>

<script type="text/javascript">
// initialise plugins
Expand Down

0 comments on commit 4751ada

Please sign in to comment.