FIX: redirect loop for new users visiting /new-topic using full screen login

This commit is contained in:
Leo McArdle
2017-08-30 16:58:40 +01:00
parent a9737e2813
commit e183600563
4 changed files with 13 additions and 2 deletions

View File

@ -8,6 +8,7 @@ const Discourse = Ember.Application.extend({
_docTitle: document.title,
RAW_TEMPLATES: {},
__widget_helpers: {},
showingSignup: false,
getURL(url) {
if (!url) return url;