Skip to content

Commit

Permalink
Minor bug fixed on Ediphy embed code
Browse files Browse the repository at this point in the history
  • Loading branch information
agordillo committed Apr 11, 2019
1 parent abb106a commit 7eb4341
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ document.addEventListener("DOMContentLoaded", function(){
<div class="form-group">
<div class="input-group">
<textarea class="form-control" readonly="true" id="textarea_for_iframe" type="text">
&lt;iframe id="presentation_ediphy_iframe" src="//<%= request.env["HTTP_HOST"] + ediphy_document_path(:format => :full)%>" scrolling="no" width="100%" height="100%" style="border:0; height:90vh;" iframeborder="0" frameborder="0" iframeElement.frameBorder=0; webkitAllowFullScreen="true" allowfullscreen="true" mozallowfullscreen="true" &gt;&lt;iframe&gt
&lt;iframe id="presentation_ediphy_iframe" src="//<%= request.env["HTTP_HOST"] + ediphy_document_path(:format => :full)%>" scrolling="no" width="100%" height="100%" style="border:0; height:90vh;" iframeborder="0" frameborder="0" iframeElement.frameBorder=0; webkitAllowFullScreen="true" allowfullscreen="true" mozallowfullscreen="true" &gt;&lt;/iframe&gt
</textarea>
<div class="input-group-addon" >
<div data-toggle="tooltip" data-placement="right" title="<%=t('copy_to_clip')%>">
Expand Down

0 comments on commit 7eb4341

Please sign in to comment.