Use Discourse.URL.routeTo
This commit is contained in:
parent
84896bdccf
commit
59bdff348c
|
@ -106,7 +106,7 @@ export default Discourse.Controller.extend({
|
|||
},
|
||||
|
||||
clickEventHandler() {
|
||||
window.location.href = notificationUrl(firstUnseen);
|
||||
Discourse.URL.routeTo(notificationUrl(firstUnseen));
|
||||
window.focus();
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue