To demonstrate the issue: - Visit https://meta.discourse.org/#somethingHere while logged in - Click "log out" - You will be logged out, but the page will not be reloaded Setting `window.location.pathname = "/"` will not reload the page if there is a hash present. Using `window.location = "/"` gives us the desired behavior. |
||
|---|---|---|
| .. | ||
| about.js.es6 | ||
| account.js.es6 | ||
| categories.js.es6 | ||
| email.js.es6 | ||
| emails.js.es6 | ||
| interface.js.es6 | ||
| notifications.js.es6 | ||
| profile.js.es6 | ||
| second-factor.js.es6 | ||
| tags.js.es6 | ||
| username.js.es6 | ||
| users.js.es6 | ||