Merge pull request #11 from bfred-it/patch-1

Correctly disable the download link
pull/12/head
Robin Moisson 2017-06-15 10:35:59 +02:00 zatwierdzone przez GitHub
commit d536c5117b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -115,7 +115,7 @@
<div class="row">
<div class="col-xs-12">
<h2>Encrypted HTML</h2>
<p><a href="#" class="btn btn-success download" target="_blank" download="encrypted.html"
<p><a class="btn btn-success download" target="_blank" download="encrypted.html"
disabled="disabled">Download html file with password prompt</a></p>
<pre id="encrypted_html_display">
Your encrypted string</pre>