Sha256: 33da68bcce4e1673d0de9f5ae15156d046e4eea7d4991b3909f4ffab82e814ae

Contents?: true

Size: 183 Bytes

Versions: 3

Compression:

Stored size: 183 Bytes

Contents

<script>
 const mainWindow = window.parent;
 var url = window.location.href;
 mainWindow.postMessage({
     messageType: "requestFullWindowLaunch",
     data: url
 }, '*');
</script>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
coalescing_panda-1.1.21.1 app/views/coalescing_panda/lti/iframe_cookie_fix.html.erb
coalescing_panda-1.1.21 app/views/coalescing_panda/lti/iframe_cookie_fix.html.erb
coalescing_panda-1.1.20 app/views/coalescing_panda/lti/iframe_cookie_fix.html.erb