wngur6076 3 hónapja
szülő
commit
16fb940d0a
1 módosított fájl, 12 hozzáadás és 12 törlés
  1. 12 12
      pro/resources/views/page/contactus-custom.blade.php

+ 12 - 12
pro/resources/views/page/contactus-custom.blade.php

@@ -127,18 +127,18 @@
     {{--    <script src="https://www.google.com/recaptcha/api.js?hl={{ getLocale() }}" async defer></script>--}}
     <script src="https://www.google.com/recaptcha/api.js?hl={{ app()->getLocale() }}" async defer></script>
 <script>
-        $('#contact-us-form').on('submit', function(event) {
-            event.preventDefault()
-            event.stopPropagation()
-
-            var v = grecaptcha.getResponse()
-            if (v.length == 0) {
-                return iziToast.error({ title: 'Error', message: "자동입력방지 기능 - '로봇이 아닙니다.'를 체크해주세요" })
-            }
-
-            click_submit_btn(this)
-            this.submit()
-        });
+        // $('#contact-us-form').on('submit', function(event) {
+        //     event.preventDefault()
+        //     event.stopPropagation()
+        //
+        //     var v = grecaptcha.getResponse()
+        //     if (v.length == 0) {
+        //         return iziToast.error({ title: 'Error', message: "자동입력방지 기능 - '로봇이 아닙니다.'를 체크해주세요" })
+        //     }
+        //
+        //     click_submit_btn(this)
+        //     this.submit()
+        // });
 
         $('#contact-us-form input').on('input', function() {
             input_check()