diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-07-10 01:03:11 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-07-10 01:03:11 -0400 |
| commit | 1847fd22d50433184eaaeafce9e47874f7c8c36f (patch) | |
| tree | 6e7f99faf8844de79379e65285d328283689d6da /static/js/pichat.js | |
| parent | f9e44dac3ee7673c092e162e2b6e3d1d61884941 (diff) | |
sostler prod commit
Diffstat (limited to 'static/js/pichat.js')
| -rw-r--r-- | static/js/pichat.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js index 6d02f25..026f7c2 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -1,3 +1,11 @@ +function deleteCookie(name) { + // Only deletes non-wildcard cookies + document.cookie = name + "=;expires=Thu, 01-Jan-1970 00:00:01 GMT"; +} +deleteCookie('compojure-session'); +deleteCookie('login-token'); + + var cache = {} var PendingMessages = {} var MessageContentCache = {} |
