www/js/prod_edit.js

changeset 619
4938909df593
parent 618
2712082437b0
child 620
5dae36a2d5be
--- a/www/js/prod_edit.js	Mon Mar 02 20:51:38 2020 +0100
+++ b/www/js/prod_edit.js	Tue Mar 03 17:15:56 2020 +0100
@@ -5443,6 +5443,7 @@
   $('#prop' + i + '_growf').hide();
  }
  $('#starter_enable').jqxCheckBox({ theme: theme, height: 23 });
+ $('#starter_type').jqxTooltip({ content: 'starter_type' });
  $('#starter_type').jqxDropDownList({
   theme: theme,
   source: StarterTypeAdapter,
@@ -5452,6 +5453,7 @@
   height: 23,
   autoDropDownHeight: true
  });
+// $('#starter_type').jqxTooltip({ content: 'starter_type' });
  $('#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.' });

mercurial