vitotai / BrewManiacEsp8266

BrewManiac on ESP8266. Only ESP8266 needed.
155 stars 71 forks source link

bm031.js: missing prefChanged function call when prefer infuse checkbox selected #20

Closed allthepies closed 6 years ago

allthepies commented 6 years ago

$("#mi_prefer_infuse").change(function () { Recipes.userPreference.preferInfuse = $("#mi_prefer_infuse").is(':checked') ? 1 : 0 });

Could Recipes.prefChanged() be added to the prefer infuse change handler ? This then activates the "update" button to allow option changes to be saved as is the case for the other recipe option values.

allthepies commented 6 years ago

Done, thanks