Advertisement
Dev4ster

ajuste

Sep 25th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if(maxLength=="www"||maxLength===undefined){
  2.                         if(host.indexOf('.com.br')>-1){
  3.                             maxLength = location.hostname.split('.').reverse()[2];
  4.                         }else{
  5.                             maxLength = location.hostname.split('.').reverse()[1];
  6.                         }
  7.                     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement