Guest User

Untitled

a guest
Jan 21st, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. (function() {
  2. var proxies = window.alert;
  3. window.alert = function() {
  4. $.jGrowl(arguments[0]);
  5. return proxied.apply(this, arguments);
  6. };
  7. })();
Add Comment
Please, Sign In to add comment