discourse/app/assets/javascripts/admin
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
..
adapters DEV: Use ResultSet with staff action logs. (#7661) 2019-08-13 20:55:05 +03:00
components UX: improves dates on reports export UI (#7971) 2019-08-06 08:41:21 +02:00
controllers DEV: Use ResultSet with staff action logs. (#7661) 2019-08-13 20:55:05 +03:00
helpers DEV: fix some deprecated SVG icon refs 2019-01-22 14:42:00 -05:00
mixins DEV: Upgrades to Ember 3.10 (#7871) 2019-07-16 12:45:15 +02:00
models FIX: Ensure page is reloaded correctly when a hash is present (#8096) 2019-09-16 13:27:12 +01:00
routes FIX: Ensure page is reloaded correctly when a hash is present (#8096) 2019-09-16 13:27:12 +01:00
services FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
templates FIX: errors in qunit tests when version check info is missing 2019-09-10 16:38:23 -04:00