mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
random console.log
This commit is contained in:
@@ -41,7 +41,6 @@ define('forum/login', function() {
|
|||||||
returnToEl.name = 'returnTo';
|
returnToEl.name = 'returnTo';
|
||||||
returnToEl.value = app.previousUrl.replace(window.location.origin + RELATIVE_PATH, '');
|
returnToEl.value = app.previousUrl.replace(window.location.origin + RELATIVE_PATH, '');
|
||||||
$(returnToEl).appendTo(formEl);
|
$(returnToEl).appendTo(formEl);
|
||||||
console.log('appended');
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user