From 1abd842248dc0aef76a16a52b8f4f687a98ffdf2 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 21 Jul 2013 15:21:09 -0400 Subject: [PATCH] increased auto numeric max value --- dashboard-ui/thirdparty/autoNumeric.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/thirdparty/autoNumeric.js b/dashboard-ui/thirdparty/autoNumeric.js index fd6149c978..f64316aff6 100644 --- a/dashboard-ui/thirdparty/autoNumeric.js +++ b/dashboard-ui/thirdparty/autoNumeric.js @@ -847,7 +847,7 @@ * value must be enclosed in quotes and use the period for the decimal point * value must be larger than vMin */ - vMax: '999999999.99', + vMax: '999999999999.99', /** minimum possible value * value must be enclosed in quotes and use the period for the decimal point * value must be smaller than vMax