Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. alert('Error!');
  2. window.location.reload();
  3.  
  4. bootbox.alert('Error!');
  5. window.location.reload();
  6.  
  7. bootbox.alert('Error!', function() {
  8. window.location.reload();
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement