Changeset 582 for trunk/grails-app/views
- Timestamp:
- Jun 17, 2010, 6:17:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/home/index.gsp
r521 r582 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> 5 12 </head> 6 13 <body>
Note: See TracChangeset
for help on using the changeset viewer.