Forums
(@enghaug)
12 years, 11 months ago
You can edit this section, located in default.js:
if (redirect.length) { var href = location.href; if (redirect.html().length) { href = redirect.html(); } window.location = <The location you want> }