Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function r(n) { var r = '', i, a = 'qwertuiopasdfghjklzxcvbnm', l = a.length; for(i=0; i<n; i += 1) { r += a.charAt(Math.floor(Math.random() * l)); }; return r; }
- fvdSynchronizer.Server.Sync.authorizedMessage({ action:'tabs:session:create', sessions: { name:'testtest', global_id:r(32), position:0 } }, function(status, data) { console.log(status, data) })
Advertisement
Add Comment
Please, Sign In to add comment