Use Discourse.URL.routeTo

This commit is contained in:
riking 2015-03-27 18:54:56 -07:00
parent 84896bdccf
commit 59bdff348c

View File

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