houdini/app/views/button_debug/embedded.html.erb
2020-06-15 10:26:57 -05:00

4 lines
411 B
Text

<%- # 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>