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