mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:58:59 +02:00
hide confusing label from domain settings for now
This commit is contained in:
parent
6e93eb5dfa
commit
b650753e43
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue