Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. ((() => {
  2.  
  3. Drupal.behaviors.node_page_filters_sales = {
  4. attach: (context, settings) => {
  5.  
  6. const usaButton = document.querySelector('[data-sales-switcher="83"]');
  7. usaButton.style.border = '6px solid orange';
  8.  
  9. }
  10. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement