plugins/yubikey/yubikey.js
changeset 9 65965da01c41
parent 7 c8fc1493eacd
child 10 748fa1b80031
equal deleted inserted replaced
8:032ca892b9a2 9:65965da01c41
   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 )
       
   256   {
       
   257     setTimeout(function()
       
   258       {
       
   259         yk_mb_init(yk_login_validate_reqs);
       
   260       }, 750);
       
   261   }
   255   tr.appendChild(td);
   262   tr.appendChild(td);
   256   table.appendChild(tr);
   263   table.appendChild(tr);
   257 }
   264 }
   258 
   265