hide confusing label from domain settings for now

This commit is contained in:
Stephen Birarda 2018-01-30 17:41:37 -08:00
parent 6e93eb5dfa
commit b650753e43

View file

@ -16,11 +16,7 @@ $(document).ready(function(){
// define extra groups to add to description, with their splice index // define extra groups to add to description, with their splice index
Settings.extraGroups = { Settings.extraGroups = {
0: { 1: {
html_id: 'label',
label: 'Label'
},
2: {
html_id: 'places', html_id: 'places',
label: 'Places' label: 'Places'
} }
@ -37,7 +33,7 @@ $(document).ready(function(){
setupPlacesTable(); setupPlacesTable();
setupDomainNetworkingSettings(); setupDomainNetworkingSettings();
setupDomainLabelSetting(); // setupDomainLabelSetting();
if (Settings.data.values.metaverse.id.length > 0) { if (Settings.data.values.metaverse.id.length > 0) {
// now, ask the API for what places, if any, point to this domain // now, ask the API for what places, if any, point to this domain