Your Name 10 kuukautta sitten
vanhempi
commit
b4725cda21

+ 2
- 2
public/static/common/js/mobile_login.js Näytä tiedosto

5
             $('#vertify_div').css('display','block');
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
         var mobile_vertify = $(this).val();
9
         var mobile_vertify = $(this).val();
10
         if (4 <= mobile_vertify.length && 32 <= event.keyCode) {
10
         if (4 <= mobile_vertify.length && 32 <= event.keyCode) {
11
             send_mobile_code();
11
             send_mobile_code();
12
         }
12
         }
13
-    });
13
+    });*/
14
 })
14
 })
15
 
15
 
16
 function send_mobile_code() {
16
 function send_mobile_code() {

+ 2
- 2
template/mobile/users/users_login.htm Näytä tiedosto

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

+ 3
- 2
template/mobile/users/users_select_login.htm Näytä tiedosto

82
                                     $('#vertify_div').css('display','block');
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
                                 var mobile_vertify = $(this).val();
87
                                 var mobile_vertify = $(this).val();
87
                                 if (4 <= mobile_vertify.length && 32 <= event.keyCode) {
88
                                 if (4 <= mobile_vertify.length && 32 <= event.keyCode) {
88
                                     send_mobile_code();
89
                                     send_mobile_code();
89
                                 }
90
                                 }
90
-                            });
91
+                            });*/
91
                                             
92
                                             
92
                             function send_mobile_code() {
93
                             function send_mobile_code() {
93
                                 var mobile = $("input[name=mobile]").val();
94
                                 var mobile = $("input[name=mobile]").val();

Loading…
Peruuta
Tallenna