IE에서 인증이 이상한 문제 해결
This commit is contained in:
Vendored
+2
-2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Vendored
+3
-3
File diff suppressed because one or more lines are too long
+3
-1
@@ -56,7 +56,9 @@ $(document).ready( function () {
|
|||||||
alert(obj.reason);
|
alert(obj.reason);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$('#modalOTP').modal().on('shown.bs.modal', function(){
|
|
||||||
|
var $modal = $('#modalOTP').modal();
|
||||||
|
$modal.on('shown.bs.modal', function(){
|
||||||
$('#otp_code').focus();
|
$('#otp_code').focus();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user