Advertisement
hcxangel

Untitled

Dec 29th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var cat, newview, hash = location.hash.slice(1);
  2.  
  3. if (hash && (cat = document.getElementById(hash))) {
  4.     newview = cat.value;
  5.  
  6.     if (newview !== gViewController.currentViewId) {
  7.         gViewController.loadView(newview);
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement