Sha256: a2e853bc791dd407c81f95a1b0574462896f6f619a4cdf6317b86b04ebaaf938

Contents?: true

Size: 271 Bytes

Versions: 4

Compression:

Stored size: 271 Bytes

Contents

<html> 
  <body onload="processCallback()"> 
    <script> 
	      function processCallback() {
          <% if params[:method] == 'resizeFrame' %>
	          parent.parent.resizeFrame("<%=params[:height]%>");
          <% end %>
	      }
    </script>
  </body> 
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
platform-3.1.4 app/views/platform/apps/xd.html.erb
platform-3.1.3 app/views/platform/apps/xd.html.erb
platform-3.1.2 app/views/platform/apps/xd.html.erb
platform-3.1.1 app/views/platform/apps/xd.html.erb