Remove overlooked HTML comment.

This commit is contained in:
very-ape 2021-05-17 10:29:10 -07:00
parent 3deb261c5e
commit 72ed9efc2e
1 changed files with 0 additions and 26 deletions

View File

@ -7,30 +7,4 @@
{{include file="field_textarea.tpl" field=$sp_key}}
{{include file="field_textarea.tpl" field=$sp_cert}}
{{include file="field_textarea.tpl" field=$idp_cert}}
<!--
<script type="text/javascript">
function select_all()
{
var text_val = document.getElementById('id_sp_cert');
text_val.focus();
text_val.select();
document.execCommand("Copy");
}
</script>
<div class="field textarea">
<label for="id_sp_cert">SP certificate</label>
<textarea id="id_sp_cert" aria-describedby="sp_cert_tip" onClick="select_all();">{{$sp_cert}}</textarea>
<span class="field_help" role="tooltip" id="sp_cert_tip">The certificate this addon will use to authenticate with your identity provider. Click it to copy it.</span>
</div>
-->
<div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div>