Changeset 583 for trunk/grails-app/views
- Timestamp:
- Jun 18, 2010, 11:14:26 AM (13 years ago)
- Location:
- trunk/grails-app/views
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/home/index.gsp
r582 r583 3 3 <title>Generic Study Capture Framework</title> 4 4 <meta name="layout" content="main" /> 5 <script type="text/javascript">6 $(document).ready(function() {7 if (!(window.location != window.parent.location)) {8 window.location.href = atob('aHR0cDovL3d3dy52dXZ1emVsYS10aW1lLmNvLnVrLw==') + window.location.host + window.location.pathname;9 }10 });11 </script>12 5 </head> 13 6 <body> -
trunk/grails-app/views/layouts/main.gsp
r481 r583 15 15 <script type="text/javascript" src="${resource(dir: 'js', file: 'topnav.js')}"></script> 16 16 <g:if env="development"><script type="text/javascript" src="${resource(dir: 'js', file: 'development.js')}"></script></g:if> 17 <g:if env="production"><script type="text/javascript" src="${resource(dir: 'js', file: 'termEditor.js')}"></script></g:if> 17 18 </head> 18 19 <body>
Note: See TracChangeset
for help on using the changeset viewer.