Changeset 54 for trunk/grails-app/views/layouts/main.gsp
- Timestamp:
- Nov 9, 2009, 2:04:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/layouts/main.gsp
r52 r54 7 7 <link rel="stylesheet" href="${resource(dir:'css',file:'login_panel.css')}" /> 8 8 <link rel="shortcut icon" href="${resource(dir:'images',file:'favicon.ico')}" type="image/x-icon" /> 9 <!-- 10 we'd rather like to use this tag, as this tag uses the proper jquery version 11 as maintained by the jquery plugin. However, nimble is conflicting at this 12 moment and tries to fetch jquery from it's plugin resource location (which 13 you can see in the HTML rendered version of this layout in the nimble views. 14 So for now we will use the hardcoded javascript tag instead and comment out: 15 <g:javascript library="jquery" /> 16 @see http://jira.codehaus.org/browse/GRAILSPLUGINS-1658 17 @see http://github.com/intient/nimble/issues#issue/55 18 //--> 19 <script type="text/javascript" src="/gscf/js/jquery/jquery-1.3.2.js"></script> 20 <!-- /jquery //--> 21 9 <my:jquery/> 22 10 <!-- layouthead //--> 23 11 <g:layoutHead />
Note: See TracChangeset
for help on using the changeset viewer.