diff options
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 |