Advertisement
Guest User

Untitled

a guest
May 25th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. var client_uuid = localStorage.getItem('client_uuid');
  2. if (client_uuid == null) {
  3. console.log("EN | ID LOADED!");
  4. console.log("RU | ID ЗАГРУЖЕН!");
  5. client_uuid = "SICKER"; var ranStr = "";
  6. for (var ii = 0; ii < 5; ii++) client_uuid += ranStr.charAt(Math.floor(Math.random() * ranStr.length));
  7. localStorage.setItem('client_uuid', client_uuid)
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement