diff --git a/app/assets/javascripts/discourse/lib/url.js b/app/assets/javascripts/discourse/lib/url.js index e5a8b6840..ca1597039 100644 --- a/app/assets/javascripts/discourse/lib/url.js +++ b/app/assets/javascripts/discourse/lib/url.js @@ -113,7 +113,7 @@ Discourse.URL = Ember.Object.createWithMixins({ if (Em.isEmpty(path)) { return; } if (Discourse.get('requiresRefresh')) { - document.location.href = path; + document.location.href = Discourse.getURL(path); return; }