Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@fappywappy
fappywappy / global-game.js
Created March 5, 2019 07:29
TagPro client code
This file has been truncated, but you can view the full file.
function restoreFocus() {
$(document).find("#volumeSlider").focus()
}
function generateId() {
var e = "",
t = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
for (var n = 0; n < 16; n++) e += t.charAt(Math.floor(Math.random() * t.length));
return e
}