Advertisement
Guest User

Untitled

a guest
Sep 5th, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. try {
  2. if (document.getElementById('cmd_clear_holds_shelf') && location.protocol == 'chrome:') {
  3. document.getElementById('cmd_clear_holds_shelf').setAttribute('disabled','true');
  4. }
  5. } catch(E) {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement