# HG changeset patch # User Michiel Broek # Date 1556563563 -7200 # Node ID 5fc0f4b42224e295471ab422bb8881470ee28a19 # Parent e6e7ec9e33e065a7eb69ab1c836ddf2d64731bc2 Improved BUGU descriptions. diff -r e6e7ec9e33e0 -r 5fc0f4b42224 www/js/prod_edit.js --- a/www/js/prod_edit.js Mon Apr 29 17:10:38 2019 +0200 +++ b/www/js/prod_edit.js Mon Apr 29 20:46:03 2019 +0200 @@ -1492,15 +1492,15 @@ $('#tgt_bu').val(Math.round(GetBUGU() * 100) / 100); // From brouwhulp. if (GetBUGU() < 0.32) - $('#wr_bu').html("Zeer zoet"); + $('#wr_bu').html("Zeer moutig en zoet"); else if (GetBUGU() < 0.43) - $('#wr_bu').html("Zoet"); + $('#wr_bu').html("Moutig, zoet"); else if (GetBUGU() < 0.52) $('#wr_bu').html("Evenwichtig"); else if (GetBUGU() < 0.63) - $('#wr_bu').html("Bitter"); + $('#wr_bu').html("Licht hoppig, bitter"); else - $('#wr_bu').html("Zeer bitter"); + $('#wr_bu').html("Extra hoppig, zeer bitter"); $('#tgt_cl_so4').val(Math.round(GetOptClSO4ratio() * 10) / 10); if (sulfate > 0) RA = chloride / sulfate; diff -r e6e7ec9e33e0 -r 5fc0f4b42224 www/js/rec_edit.js --- a/www/js/rec_edit.js Mon Apr 29 17:10:38 2019 +0200 +++ b/www/js/rec_edit.js Mon Apr 29 20:46:03 2019 +0200 @@ -1023,15 +1023,15 @@ $('#tgt_bu').val(Math.round(GetBUGU() * 100) / 100); // From brouwhulp. if (GetBUGU() < 0.32) - $('#wr_bu').html("Zeer zoet"); + $('#wr_bu').html("Zeer moutig en zoet"); else if (GetBUGU() < 0.43) - $('#wr_bu').html("Zoet"); + $('#wr_bu').html("Moutig, zoet"); else if (GetBUGU() < 0.52) $('#wr_bu').html("Evenwichtig"); else if (GetBUGU() < 0.63) - $('#wr_bu').html("Bitter"); + $('#wr_bu').html("Licht hoppig, bitter"); else - $('#wr_bu').html("Zeer bitter"); + $('#wr_bu').html("Extra hoppig, zeer bitter"); $('#tgt_cl_so4').val(Math.round(GetOptClSO4ratio() * 10) / 10); if (sulfate > 0) RA = chloride / sulfate;