mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-02 13:56:39 +00:00
js/user.js: update cookie domain.
This commit is contained in:
parent
0eb96f9266
commit
2106b77586
@ -57,7 +57,7 @@ var user = (function(){
|
||||
if (!user.username.match(/^00/)) {
|
||||
console.log("setting to " + username)
|
||||
}
|
||||
document.cookie = "imname="+username+";path=/;domain=.asdf.us;max-age=1086400"
|
||||
document.cookie = "imname="+username+";path=/;domain=.lucioillanes.de;max-age=1086400"
|
||||
localStorage.setItem("im.name", username);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user