From 3aa2d702b006f7249471099472d0baaf084bd94f Mon Sep 17 00:00:00 2001 From: Will Budic Date: Tue, 15 Oct 2019 08:53:08 +1100 Subject: [PATCH] On edit bug, fix. --- htdocs/cgi-bin/wsrc/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/cgi-bin/wsrc/main.js b/htdocs/cgi-bin/wsrc/main.js index 3450973..03d3780 100644 --- a/htdocs/cgi-bin/wsrc/main.js +++ b/htdocs/cgi-bin/wsrc/main.js @@ -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(); -- 2.34.1