update tos html

This commit is contained in:
ntr
2019-10-10 15:33:12 +11:00
parent 4b7eecd4f4
commit 91f01ff799
4 changed files with 10 additions and 1128 deletions
File diff suppressed because it is too large Load Diff
+4 -5
View File
@@ -4,7 +4,6 @@ const { Component } = require('preact')
const { connect } = require('preact-redux');
const linkState = require('linkstate').default;
const tos = require('./tos');
const { postData, errorToast, infoToast } = require('../utils');
const addState = connect(
@@ -76,12 +75,12 @@ function Register(args) {
onInput={linkState(this, 'confirm')}
/>
<div>
<input
type="checkbox"
<input
type="checkbox"
onInput={linkState(this, 'terms')
}/>
}/>
&nbsp; Confirm agreement to terms of service &nbsp;
<button onClick={tos}> VIEW </button>
<button onClick={() => window.open('/tos.html')}>VIEW</button>
</div>
<button
class="login-btn"