Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dzimbeck committed Jun 23, 2024
1 parent 9ae0601 commit 6285df6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ <h3 class="box-title no-border hide">Connect!</h3>
<p class="alert alert-danger">No email/password is stored on our server. If you forget your email or password it CANNOT be recovered! You can print/backup your wallet after you login.</p>

<label>
<input class="acceptTerms" type="checkbox" checked="false"> I have read the <a href="#disclaimer" role="button" class="btn-flat" data-toggle="modal">disclaimer</a> and have stored my login information
<input class="acceptTerms" type="checkbox"> I have read the <a href="#disclaimer" role="button" class="btn-flat" data-toggle="modal">disclaimer</a> and have stored my login information
</label>
</div>
<div class="form-group">
Expand Down Expand Up @@ -521,7 +521,7 @@ <h3 class="box-title no-border hide">Connect!</h3>
<p class="alert alert-danger">No data is stored on our server. If you forget your private key it CANNOT be recovered! You can print/backup your wallet after you login.</p>

<label>
<input class="acceptTerms" type="checkbox" checked="false"> I have read the <a href="#disclaimer" role="button" class="btn-flat" data-toggle="modal">disclaimer</a>
<input class="acceptTerms" type="checkbox"> I have read the <a href="#disclaimer" role="button" class="btn-flat" data-toggle="modal">disclaimer</a>
</label>
</div>

Expand Down Expand Up @@ -574,7 +574,7 @@ <h3 class="box-title no-border hide">Connect!</h3>
<p class="alert alert-danger">No Data is stored in our server!</p>

<label>
<input class="acceptTerms" type="checkbox" checked="false"> I have read the <a href="#disclaimer" role="button" class="btn-flat" data-toggle="modal">disclaimer</a>
<input class="acceptTerms" type="checkbox"> I have read the <a href="#disclaimer" role="button" class="btn-flat" data-toggle="modal">disclaimer</a>
</label>

</div>
Expand Down Expand Up @@ -2732,6 +2732,7 @@ <h4>Important notification!</h4> Your 2 private keys can generate 2 multisig add
}
</style>
<script type="text/javascript">
document.getElementById('acceptTermsCheckbox').checked = false;
var lastTouchY = 0;
var preventPullToRefresh = false;
window.document.body.addEventListener("touchstart", function(e){
Expand Down

0 comments on commit 6285df6

Please sign in to comment.