Guest User

Untitled

a guest
Jun 24th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.28 KB | None | 0 0
  1. --- t1  2012-02-14 09:06:58.077919574 -0800
  2. +++ t2  2012-02-14 09:09:01.835809923 -0800
  3. @@ -15,6 +15,6 @@
  4.    }
  5.  };
  6.  
  7. -if (navigator.userAgent.match(/Firefox\/[456789]/)) {
  8. +if (navigator.userAgent.match(/Firefox\/\d+/)) {
  9.    window.addEventListener("load", ff4.fix, false);
  10.  }
Add Comment
Please, Sign In to add comment