Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. //document.querySelectorAll('[amendment]').setAttribute('isclassified', false);
  2. document.querySelectorAll('[amendment]').forEach(item => item.removeAttribute('activeamendment'));
  3.  
  4. //THEN
  5. //document.querySelectorAll('[amendment="selectedamendmentid"]').forEach(item => setAttribute('activeamendment', true));
  6. document.querySelectorAll('[amendment="HB819FDEA29674204ABD2698D5DEED62F"]').setAttribute('activeamendment', true);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement