fixes timer bug

This commit is contained in:
andmironov 2017-06-15 19:54:39 +03:00
parent 2272780f9d
commit c6a1565cf6
3 changed files with 7 additions and 3 deletions

View File

@ -43,7 +43,7 @@
<form name="agreement-form" class="" id="agreement-form" >
<div class="checkbox-wrap">
<div class="checkbox-inner"><input type="checkbox" name="terms" class="popup__checkbox" id="terms-checkbox" value="none" /><label for="terms-checkbox"></label></div>
<div class="pseudo-label">I hereby confirm that I read and agree to the <a href="https://contribute.status.im/terms.html" target="_blank" >Contribution Terms</a> and <a href="https://status.im/whitepaper.pdf" target="_blank" >Status Whitepaper</a>.</div>
<div class="pseudo-label">I hereby confirm that I read and agree to the <a href="https://contribute.status.im/status-terms.pdf" target="_blank" >Contribution Terms</a> and <a href="https://status.im/whitepaper.pdf" target="_blank" >Status Whitepaper</a>.</div>
</div>
<div class="checkbox-wrap">
<div class="checkbox-inner"><input type="checkbox" name="citizen" class="popup__checkbox" id="citizenship-checkbox" value="none" /><label for="citizenship-checkbox"></label></div>
@ -390,6 +390,7 @@
<script src="js/app.js?v=b4a493e"></script>
<script src="js/mc-validate.js?v=207d097"></script>
<script src="js/polyfill.min.js?v=0c1f4da"></script>
<!-- Google Analytics -->
<script>

3
js/polyfill.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -42,7 +42,7 @@
<form name="agreement-form" class="" id="agreement-form" >
<div class="checkbox-wrap">
<div class="checkbox-inner"><input type="checkbox" name="terms" class="popup__checkbox" id="terms-checkbox" value="none" /><label for="terms-checkbox"></label></div>
<div class="pseudo-label">I hereby confirm that I read and agree to the <a href="https://contribute.status.im/terms.html" target="_blank" >Contribution Terms</a> and <a href="https://status.im/whitepaper.pdf" target="_blank" >Status Whitepaper</a>.</div>
<div class="pseudo-label">I hereby confirm that I read and agree to the <a href="https://contribute.status.im/status-terms.pdf" target="_blank" >Contribution Terms</a> and <a href="https://status.im/whitepaper.pdf" target="_blank" >Status Whitepaper</a>.</div>
</div>
<div class="checkbox-wrap">
<div class="checkbox-inner"><input type="checkbox" name="citizen" class="popup__checkbox" id="citizenship-checkbox" value="none" /><label for="citizenship-checkbox"></label></div>
@ -379,9 +379,9 @@
</div>
</div>
<script src="js/app.js?v=b4a493e"></script>
<script src="js/mc-validate.js?v=207d097"></script>
<script src="js/polyfill.min.js?v=0c1f4da"></script>
<!-- Google Analytics -->
<script>