Changeset 582 for trunk/grails-app/views


Ignore:
Timestamp:
Jun 17, 2010, 6:17:34 PM (13 years ago)
Author:
duh
Message:
  • improved handeling of incoming requests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/home/index.gsp

    r521 r582  
    33      <title>Generic Study Capture Framework</title>
    44      <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>
    512    </head>
    613    <body>
Note: See TracChangeset for help on using the changeset viewer.