diff options
author | Paul Duncan <pabs@pablotron.org> | 2020-03-06 20:02:22 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2020-03-06 20:02:22 -0500 |
commit | 639eeabfb0ed68bc3abf92d5cf5d934d4b636162 (patch) | |
tree | 7b0d48b0e82d70c958afee2ab4cf32b4a678aedf | |
parent | 24f4dc38b9461f2d54a20e380e9b165c1c539fdf (diff) | |
download | alonzo-mood-calculator-639eeabfb0ed68bc3abf92d5cf5d934d4b636162.tar.bz2 alonzo-mood-calculator-639eeabfb0ed68bc3abf92d5cf5d934d4b636162.zip |
s/current/CURRENT/
-rw-r--r-- | public/face.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/face.js b/public/face.js index cddbefa..ab8b812 100644 --- a/public/face.js +++ b/public/face.js @@ -186,7 +186,7 @@ jQuery(function($) { var val = $(this).data('val'); // set value - $('#rate').val((val == 'current') ? current : val); + $('#rate').val((val == 'current') ? CURRENT : val); // stop event return false; |