includes/clientside/static/messagebox.js
changeset 652 26ce2694d43f
parent 628 ab6f55abb17e
child 673 99c617146a34
equal deleted inserted replaced
651:ce9d78d7251d 652:26ce2694d43f
   548         if ( parms.buttons[0] )
   548         if ( parms.buttons[0] )
   549         {
   549         {
   550           setTimeout(function()
   550           setTimeout(function()
   551             {
   551             {
   552               parms.buttons[0].input.focus();
   552               parms.buttons[0].input.focus();
   553             }, 300);
   553             }, 1000);
   554         }
   554         }
   555       }
   555       }
   556       catch ( e )
   556       catch ( e )
   557       {
   557       {
   558         console.error(e);
   558         console.error(e);