diff options
| author | root <root@lalalizard.com> | 2012-12-19 03:38:54 -0500 |
|---|---|---|
| committer | root <root@lalalizard.com> | 2012-12-19 03:38:54 -0500 |
| commit | a79d045cc366670d87a4782acc79ec2955c71dd1 (patch) | |
| tree | 95c469c388a1f2b54cdcd4214d02eba1dbab6000 /frontend/static/js/auth.js | |
| parent | e6eef4f848d76a14fcd692de49d6e337acbf3384 (diff) | |
back to .fm
Diffstat (limited to 'frontend/static/js/auth.js')
| -rw-r--r-- | frontend/static/js/auth.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/static/js/auth.js b/frontend/static/js/auth.js index a0c667d..bb2d304 100644 --- a/frontend/static/js/auth.js +++ b/frontend/static/js/auth.js @@ -33,7 +33,7 @@ var Auth = Auth.session = u[2] Auth.access = u[3] - document.cookie = "session="+Auth.session+";path=/;domain=.scannerjammer.com;max-age=1086400" + document.cookie = "session="+Auth.session+";path=/;domain=.scannerjammer.fm;max-age=1086400" Auth.success() }, checkin: function () @@ -80,7 +80,7 @@ var Auth = d.warn(lines[1]) if (! Auth.session) return - document.cookie = "session="+Auth.session+";path=/;domain=.scannerjammer.com;max-age=1086400" + document.cookie = "session="+Auth.session+";path=/;domain=.scannerjammer.fm;max-age=1086400" Auth.success() }, logout: function () @@ -92,7 +92,7 @@ var Auth = Auth.username = false Local.set('userid', false) Local.set('username', false) - document.cookie = "session=false;path=/;domain=.scannerjammer.com;max-age=0" + document.cookie = "session=false;path=/;domain=.scannerjammer.fm;max-age=0" Auth.session = "" Auth.load() }, |
