Guest User

Untitled

a guest
Apr 25th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. eatHash: function() {
  2. if (window.location.hash != this.current_hash && window.location.hash)
  3. {
  4. this.current_hash = window.location.hash;
  5. eval("this." + this.current_hash.replace('#',''));
  6. }
  7. return;
  8. }
Add Comment
Please, Sign In to add comment