Ignore:
Timestamp:
Nov 5, 2009, 1:13:26 PM (14 years ago)
Author:
duh
Message:
  • fixed javascript tags in main layout
  • TODO! nimble is now available in the grails repo, so friday I will fix this by doing:
    • remove the intient grails repo
    • remove local nimble installation files
    • remove nimble plugin
    • install nimble plugin from the grails repo
    • reconfigure nimble
    • commit :)
  • so some things in the nimble interface are not properly working now, but that will be fixed tomorrow...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/layouts/main.gsp

    r37 r46  
    99  <g:javascript library="jquery" />
    1010  <g:layoutHead />
    11   <g:javascript src="login_panel.js" />
    12   <g:javascript src="topnav.js" />
     11  <script type="text/javascript" src="${resource(dir:'js', file:'login_panel.js')}"></script>
     12  <script type="text/javascript" src="${resource(dir:'js', file:'topnav.js')}"></script>
    1313 </head>
    1414 <body>
Note: See TracChangeset for help on using the changeset viewer.