houdini/app/views/button_debug/embedded.html.erb

5 lines
411 B
Text
Raw Normal View History

2020-06-12 20:03:43 +00:00
<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%>
<iframe frameborder='0' width='390' height='410' src="/nonprofits/<%= @np %>/donate?offsite=t&mode=embedded"></iframe>
<script>var iframe = document.getElementsByTagName('iframe')[0]; iframe.setAttribute("src", iframe.src + window.location.search)</script>