Added localstorage for password. Cleartextlol

This commit is contained in:
Kasper Rynning-Tønnesen
2015-04-16 02:10:50 +02:00
parent c8654249bf
commit bc4ecc492c

View File

@@ -21,6 +21,7 @@ socket.on("pw", function(msg)
$("input[name="+names[i]+"]").attr("disabled", false);
}
$(".card-action").removeClass("hide");
localStorage.setItem("passord_i_klartekst_lol", msg);
});
socket.on(chan.toLowerCase()+",conf", function(msg)