mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
undo accidental change
This commit is contained in:
parent
c80ca825b8
commit
3fc9bdb3d0
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
var Settings = {
|
var Settings = {
|
||||||
showAdvanced: false,
|
showAdvanced: false,
|
||||||
// METAVERSE_URL: 'https://metaverse.highfidelity.com',
|
METAVERSE_URL: 'https://metaverse.highfidelity.com',
|
||||||
METAVERSE_URL: 'http://localhost:3000',
|
|
||||||
ADVANCED_CLASS: 'advanced-setting',
|
ADVANCED_CLASS: 'advanced-setting',
|
||||||
TRIGGER_CHANGE_CLASS: 'trigger-change',
|
TRIGGER_CHANGE_CLASS: 'trigger-change',
|
||||||
DATA_ROW_CLASS: 'value-row',
|
DATA_ROW_CLASS: 'value-row',
|
||||||
|
|
Loading…
Reference in a new issue