IE에서 인증이 이상한 문제 해결

This commit is contained in:
2018-09-10 00:35:59 +09:00
parent 541d8ddd40
commit 2094e18b60
4 changed files with 9 additions and 7 deletions
+2 -2
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+3 -3
View File
File diff suppressed because one or more lines are too long
+3 -1
View File
@@ -56,7 +56,9 @@ $(document).ready( function () {
alert(obj.reason);
return;
}
$('#modalOTP').modal().on('shown.bs.modal', function(){
var $modal = $('#modalOTP').modal();
$modal.on('shown.bs.modal', function(){
$('#otp_code').focus();
});