Your Name 10 mēnešus atpakaļ
vecāks
revīzija
b4725cda21

+ 2
- 2
public/static/common/js/mobile_login.js Parādīt failu

@@ -5,12 +5,12 @@ $(function () {
5 5
             $('#vertify_div').css('display','block');
6 6
         }
7 7
     });
8
-    $("input[name=mobile_vertify]").keyup(function(event){
8
+ /*   $("input[name=mobile_vertify]").keyup(function(event){
9 9
         var mobile_vertify = $(this).val();
10 10
         if (4 <= mobile_vertify.length && 32 <= event.keyCode) {
11 11
             send_mobile_code();
12 12
         }
13
-    });
13
+    });*/
14 14
 })
15 15
 
16 16
 function send_mobile_code() {

+ 2
- 2
template/mobile/users/users_login.htm Parādīt failu

@@ -82,12 +82,12 @@
82 82
                                     $('#vertify_div').css('display','block');
83 83
                                 }
84 84
                             });
85
-                            $("input[name=mobile_vertify]").keyup(function(event){
85
+                            /*$("input[name=mobile_vertify]").keyup(function(event){
86 86
                                 var mobile_vertify = $(this).val();
87 87
                                 if (4 <= mobile_vertify.length && 32 <= event.keyCode) {
88 88
                                     send_mobile_code();
89 89
                                 }
90
-                            });
90
+                            });*/
91 91
                                             
92 92
                             function send_mobile_code() {
93 93
                                 var mobile = $("input[name=mobile]").val();

+ 3
- 2
template/mobile/users/users_select_login.htm Parādīt failu

@@ -82,12 +82,13 @@
82 82
                                     $('#vertify_div').css('display','block');
83 83
                                 }
84 84
                             });
85
-                            $("input[name=mobile_vertify]").keyup(function(event){
85
+
86
+                            /*$("input[name=mobile_vertify]").keyup(function(event){
86 87
                                 var mobile_vertify = $(this).val();
87 88
                                 if (4 <= mobile_vertify.length && 32 <= event.keyCode) {
88 89
                                     send_mobile_code();
89 90
                                 }
90
-                            });
91
+                            });*/
91 92
                                             
92 93
                             function send_mobile_code() {
93 94
                                 var mobile = $("input[name=mobile]").val();

Notiek ielāde…
Atcelt
Saglabāt