Guest User

Untitled

a guest
Feb 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $(function() {
  2. if ($('body .alert, body .success, body .warning').length) {
  3. $('.alert-focus').focus();
  4. } else {
  5. $('#maincontent').focus();
  6. }
  7. });
Add Comment
Please, Sign In to add comment