Reply to thread

Removing these 2 lines from js/xenforo/xenforo.js might be a safer workaround, as it will prevent the loop from happening (ie, for people that already triggered it):


[code]location += (location.indexOf('?') >= 0 ? '&' : '?') + 'redirect=' + escape(window.location);

window.location = XenForo.canonicalizeUrl(location);

[/code]


Back
Top Bottom