www/js/mon_ispindel.js

changeset 645
3b1510050c9b
parent 632
8a2f2e76c727
child 655
f4e00869f39f
--- a/www/js/mon_ispindel.js	Thu Mar 19 11:15:29 2020 +0100
+++ b/www/js/mon_ispindel.js	Thu Mar 19 13:42:59 2020 +0100
@@ -268,7 +268,7 @@
    newProduct = true;
   }
  });
- $('#info_mode').on('change', function(event) {
+ $('#info_mode').on('select', function(event) {
   if (event.args) {
    record.mode = event.args.item.value;
    newMode = true;

mercurial