Begin working on profiles

This commit is contained in:
calzoneman 2013-05-12 16:15:39 -04:00
parent 3959b02b93
commit c6446d6f84
4 changed files with 83 additions and 0 deletions

View file

@ -34,6 +34,10 @@ var CHANNEL = "";
var CUSTOMJS = "";
var uname = readCookie("sync_uname");
var session = readCookie("sync_session");
var PROFILE = {
image: "",
bio: ""
};
function parseBool(x) {
if(typeof x == "boolean")