2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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;