Merge branch 'features/ui-improvements' into jenkins_with_weblogic

This commit is contained in:
daekuk
2026-01-09 11:38:40 +09:00
2 changed files with 14 additions and 4 deletions
@@ -482,7 +482,6 @@
$("input[name^=search]").keydown(function (key) {
if (key.keyCode == 13) {
guidEvent();
$("#btn_search").click();
}
});