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 d86f209 commit b02b097
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2732,10 +2732,10 @@ <h4>Important notification!</h4> Your 2 private keys can generate 2 multisig add
}
</style>
<script type="text/javascript">
document.getElementById('acceptTermsCheckbox').checked = false;
document.getElementById('acceptTerms').checked = false;
setTimeout(() => {
document.getElementById('acceptTermsCheckbox').checked = false;
}, 1000);
document.getElementById('acceptTerms').checked = false;
}, 200);
var lastTouchY = 0;
var preventPullToRefresh = false;
window.document.body.addEventListener("touchstart", function(e){
Expand Down

0 comments on commit b02b097

Please sign in to comment.