aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/face.js2
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;