mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-01 21:30:30 +01:00
fix: dupe id
This commit is contained in:
@@ -97,9 +97,9 @@ define('forum/account/settings', [
|
||||
|
||||
function toggleCustomRoute() {
|
||||
if ($('[data-property="homePageRoute"]').val() === 'custom') {
|
||||
$('#homePageCustom').show();
|
||||
$('#homePageCustomContainer').show();
|
||||
} else {
|
||||
$('#homePageCustom').hide();
|
||||
$('#homePageCustomContainer').hide();
|
||||
$('[data-property="homePageCustom"]').val('');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user