mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
new passwords and stuff without toast
This commit is contained in:
@@ -105,7 +105,10 @@ $(document).ready(function()
|
|||||||
if(localStorage[chan.toLowerCase()])
|
if(localStorage[chan.toLowerCase()])
|
||||||
{
|
{
|
||||||
//localStorage.removeItem(chan.toLowerCase());
|
//localStorage.removeItem(chan.toLowerCase());
|
||||||
socket.emit("password", [localStorage[chan.toLowerCase()], chan.toLowerCase(), guid]);
|
if(localStorage[chan.toLowerCase()].length != 64)
|
||||||
|
localStorage.removeItem(chan.toLowerCase());
|
||||||
|
else
|
||||||
|
socket.emit("password", [localStorage[chan.toLowerCase()], chan.toLowerCase(), guid]);
|
||||||
}
|
}
|
||||||
|
|
||||||
if($("#chan").html().toLowerCase() == "jazz")
|
if($("#chan").html().toLowerCase() == "jazz")
|
||||||
|
|||||||
Reference in New Issue
Block a user