diff -r 55a246085522 -r 8bbc5730aaa8 www/js/prod_edit.js --- a/www/js/prod_edit.js Fri Oct 18 20:04:40 2019 +0200 +++ b/www/js/prod_edit.js Fri Oct 18 20:49:07 2019 +0200 @@ -793,10 +793,10 @@ } ] }); - }, + }; // Inline hops editor - editHop = function(data) { + var editHop = function(data) { var hopSource = { localdata: data.hops, datatype: 'local', @@ -1006,10 +1006,10 @@ } ] }); - }, + }; // Inline miscs editor - editMisc = function(data) { + var editMisc = function(data) { var miscSource = { localdata: data.miscs, datatype: 'local', @@ -1250,10 +1250,10 @@ } ] }); - }, + }; // Inline yeasts editor - editYeast = function(data) { + var editYeast = function(data) { var yeastSource = { localdata: data.yeasts, datatype: 'local', @@ -1462,10 +1462,10 @@ } ] }); - }, + }; // inline mash editor - editMash = function(data) { + var editMash = function(data) { var mashSource = { localdata: data.mashs, datatype: 'local', @@ -5335,7 +5335,9 @@ }); $('#starter_sg').jqxTooltip({ content: 'Het ideale starter SG moet tussen de 1.030 en 1.040 zijn. Optimaal is 1.037.' }); $('#starter_sg').jqxNumberInput(SGopts); - $('#starter_viability').jqxTooltip({ content: 'De gist conditie te berekenen vanaf de productie datum. Vloeibare gist verlist iedere maand ongeveer 20% active cellen.' }); + $('#starter_viability').jqxTooltip({ + content: 'De gist conditie te berekenen vanaf de productie datum. Vloeibare gist verlist iedere maand ongeveer 20% active cellen.' + }); $('#starter_viability').jqxNumberInput(Perc0); $('#starter_try').jqxButton({ template: 'primary', width: '100px', height: 23, theme: theme });