From 4e819c84f9b62c18df9b28ddd41176b7a20c805a Mon Sep 17 00:00:00 2001 From: mmcw-dev Date: Mon, 23 Oct 2017 01:13:31 -0400 Subject: [PATCH] Was accidentally writing object to number input. Was failing. Now writing the STATE.exposure integer and then changing the scale. --- app/www/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/www/index.html b/app/www/index.html index e2ecc13..8c4959f 100644 --- a/app/www/index.html +++ b/app/www/index.html @@ -491,7 +491,7 @@ null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!o.radioValue&&"radio" $('#str').text(exposure.str); scale = scaleAuto(STATE.exposure); STATE.scale = scale; - $('#exposure').val(exposure); + $('#exposure').val(STATE.exposure); $('#scale').val(scale); $('#delay').val(res.frame.delay);