diff options
author | Paul Duncan <pabs@pablotron.org> | 2020-03-06 20:15:37 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2020-03-06 20:15:37 -0500 |
commit | 11a52ccb277226d752dbdd56d4ede08ca1476b47 (patch) | |
tree | 55acf9ff9c92747c0f5161a5dd72fa7a01e32934 /public/index.html | |
parent | 639eeabfb0ed68bc3abf92d5cf5d934d4b636162 (diff) | |
download | alonzo-mood-calculator-11a52ccb277226d752dbdd56d4ede08ca1476b47.tar.bz2 alonzo-mood-calculator-11a52ccb277226d752dbdd56d4ede08ca1476b47.zip |
increase allowed variance
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html index 43eeed9..dccba2e 100644 --- a/public/index.html +++ b/public/index.html @@ -27,7 +27,7 @@ <button class='set-rate' - data-val='-10' + data-val='-10000' title='Set change to minimum.' > Min @@ -43,7 +43,7 @@ <button class='set-rate' - data-val='10' + data-val='10000' title='Set change to maximum.' > Max |