Advertisement
Guest User

Untitled

a guest
Apr 21st, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.38 KB | None | 0 0
  1. UPDATE site_area_design_24
  2. SET custom_js_inject_preprocessor = custom_js_inject_preprocessor + " var rounds = document.getElementsByTagName("td");
  3. for (var i = 0; i < rounds.length; i++){
  4. round = rounds[i];
  5. if(round.textContent.indexOf("ROUND") != -1) {
  6.    round.parentNode.previousElementSibling.setAttribute("class", "beforeclickio");
  7. }
  8. }"
  9. WHERE site_area_id IN (607014,606996);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement