Use Discourse.URL.routeTo

This commit is contained in:
riking 2015-03-27 18:54:56 -07:00
parent 84896bdccf
commit 59bdff348c
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ export default Discourse.Controller.extend({
},
clickEventHandler() {
window.location.href = notificationUrl(firstUnseen);
Discourse.URL.routeTo(notificationUrl(firstUnseen));
window.focus();
},