diff --git a/lib/settings.js b/lib/settings.js index c049051..a39e2fd 100644 --- a/lib/settings.js +++ b/lib/settings.js @@ -418,8 +418,6 @@ exports.masternodes_page = { "enabled": true, // show_panels: Determine whether to show the panels configured in the shared_pages.page_header section across the top of this page (true/false) "show_panels": false, - // show_panels: Determine whether to show the panels configured in the shared_pages.page_header section across the top of this page (true/false) - "show_panels": false, // page_header: a collection of settings that pertain to the masternodes page header "page_header": { // show_img: Determine whether to show the page title image defined in the "shared_pages.page_header.page_title_image" setting (true/false) @@ -486,8 +484,6 @@ exports.network_page = { "enabled": true, // show_panels: Determine whether to show the panels configured in the shared_pages.page_header section across the top of this page (true/false) "show_panels": false, - // show_panels: Determine whether to show the panels configured in the shared_pages.page_header section across the top of this page (true/false) - "show_panels": false, // page_header: a collection of settings that pertain to the network page header "page_header": { // show_img: Determine whether to show the page title image defined in the "shared_pages.page_header.page_title_image" setting (true/false)