random console.log

v1.18.x
psychobunny 10 years ago
parent d69054804e
commit 0580773331

@ -41,7 +41,6 @@ define('forum/login', function() {
returnToEl.name = 'returnTo';
returnToEl.value = app.previousUrl.replace(window.location.origin + RELATIVE_PATH, '');
$(returnToEl).appendTo(formEl);
console.log('appended');
}
};

Loading…
Cancel
Save