mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 13:12:39 +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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue