From b650753e438ae67d91f3515f7d979bf109af43a4 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 30 Jan 2018 17:41:37 -0800 Subject: [PATCH] hide confusing label from domain settings for now --- domain-server/resources/web/settings/js/settings.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/domain-server/resources/web/settings/js/settings.js b/domain-server/resources/web/settings/js/settings.js index 39d776af8b..aa312228e6 100644 --- a/domain-server/resources/web/settings/js/settings.js +++ b/domain-server/resources/web/settings/js/settings.js @@ -16,11 +16,7 @@ $(document).ready(function(){ // define extra groups to add to description, with their splice index Settings.extraGroups = { - 0: { - html_id: 'label', - label: 'Label' - }, - 2: { + 1: { html_id: 'places', label: 'Places' } @@ -37,7 +33,7 @@ $(document).ready(function(){ setupPlacesTable(); setupDomainNetworkingSettings(); - setupDomainLabelSetting(); + // setupDomainLabelSetting(); if (Settings.data.values.metaverse.id.length > 0) { // now, ask the API for what places, if any, point to this domain