plugins/yubikey/yubikey.js
changeset 10 748fa1b80031
parent 9 65965da01c41
child 11 794e7b1a97e7
equal deleted inserted replaced
9:65965da01c41 10:748fa1b80031
   250   $('a', td).blur(function(e)
   250   $('a', td).blur(function(e)
   251     {
   251     {
   252       $('#messageBoxButtons input:button:first').focus();
   252       $('#messageBoxButtons input:button:first').focus();
   253       $('#ajax_login_field_captcha').focus();
   253       $('#ajax_login_field_captcha').focus();
   254     });
   254     });
   255   if ( window.yk_reg_require_otp )
   255   if ( window.yk_reg_require_otp || window.yk_user_enabled )
   256   {
   256   {
   257     setTimeout(function()
   257     setTimeout(function()
   258       {
   258       {
   259         yk_mb_init(yk_login_validate_reqs);
   259         yk_mb_init(yk_login_validate_reqs);
   260       }, 750);
   260       }, 750);