mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 07:55:46 +01:00
random console.log
This commit is contained in:
@@ -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');
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user