]> lifelog.hopto.org Git - LifeLog.git/commitdiff
On edit bug, fix.
authorWill Budic <redacted>
Mon, 14 Oct 2019 21:53:08 +0000 (08:53 +1100)
committerWill Budic <redacted>
Mon, 14 Oct 2019 21:53:08 +0000 (08:53 +1100)
htdocs/cgi-bin/wsrc/main.js

index 345097379099520757332c0539fa5322320ef03e..03d3780f272c6fad4bf337f672cca1188fdd948c 100644 (file)
@@ -331,7 +331,7 @@ function edit(row) {
     ec_v = amt.val();
     $("#amf").focus();
     $("#amf").val(ec_v);
-    $("#amf").selectmenu('refresh');
+    //$("#amf").selectmenu('refresh');
 
     $("#el").focus();