discourse/app
David Taylor 39f7e98b60
FIX: Ensure page is reloaded correctly when a hash is present (#8096)
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.
2019-09-16 13:27:12 +01:00
..
assets FIX: Ensure page is reloaded correctly when a hash is present (#8096) 2019-09-16 13:27:12 +01:00
controllers Fix: Don't show non-members as readers when the post is a whisper 2019-09-13 17:14:31 -03:00
helpers FIX: only use app argument for official iOS app banner 2019-08-27 10:23:57 -04:00
jobs DEV: Remove FlagQuery class and old code (#8064) 2019-09-12 13:21:33 -03:00
mailers FEATURE: customization of html emails (#7934) 2019-07-30 15:05:08 -04:00
models FIX: Load raw hbs templates correctly from theme javascripts folder 2019-09-13 18:01:16 +01:00
serializers UX/PERF: Update readers count when a post from another user is read. Don't fetch the post data again just to update the count. (#8078) 2019-09-09 11:29:15 +10:00
services FIX: add support for version query parameter in InlineUploads 2019-09-13 18:21:19 +02:00
views UI: Add viewport meta tag to embedded topics layout 2019-09-12 14:14:32 -04:00