mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 00:07:57 -05:00
Specify the cookie path when deleting for Konqueror.
This commit is contained in:
@@ -82,7 +82,7 @@ r.login.hoist = {
|
||||
} catch(e) {
|
||||
data = null
|
||||
}
|
||||
$.cookie(cookieName, null, {domain:r.config.cur_domain})
|
||||
$.cookie(cookieName, null, {domain:r.config.cur_domain, path:'/'})
|
||||
clearInterval(interval)
|
||||
callback(data)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user