Specify the cookie path when deleting for Konqueror.

This commit is contained in:
Max Goodman
2011-10-05 12:18:23 -07:00
parent bb6beb7445
commit 5ec91a62f8

View File

@@ -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)
}