mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +02:00
Fix silly javascript error
This commit is contained in:
parent
3f0108528d
commit
d24f241b88
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
var Settings = {
|
||||
showAdvanced: false,
|
||||
METAVERSE_URL_STABLE: 'https://metaverse.highfidelity.com',
|
||||
METAVERSE_URL_STAGING: 'https://staging.highfidelity.com',
|
||||
METAVERSE_URL: METAVERSE_URL_STABLE,
|
||||
// STABLE METAVERSE_URL: https://metaverse.highfidelity.com
|
||||
// STAGING METAVERSE_URL: https://staging.highfidelity.com
|
||||
METAVERSE_URL: 'https://metaverse.highfidelity.com',
|
||||
ADVANCED_CLASS: 'advanced-setting',
|
||||
DEPRECATED_CLASS: 'deprecated-setting',
|
||||
TRIGGER_CHANGE_CLASS: 'trigger-change',
|
||||
|
|
Loading…
Reference in a new issue