Fix silly javascript error

This commit is contained in:
Zach Fox 2017-10-26 13:31:15 -07:00
parent 3f0108528d
commit d24f241b88

View file

@ -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',