소스 검색

Don't retain prev values in moe form fields

Vijayakrishnan Krishnan 5 년 전
부모
커밋
37b953b80b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      public/js/yemi.js

+ 1 - 0
public/js/yemi.js

@@ -290,6 +290,7 @@ jQuery(document).ready(function () {
                         if(isRealFormVisible){
                             hideMoeFormMask();
                         }else{
+                            $(realForm)[0].reset();
                             showMoeFormMask();
                             setTimeout(function() {
                                 $(realForm).find('input:not([type="hidden"]), textarea, select').first().select().focus();