undo accidental change

This commit is contained in:
Seth Alves 2016-06-16 16:44:18 -07:00
parent c80ca825b8
commit 3fc9bdb3d0

View file

@ -1,7 +1,6 @@
var Settings = {
showAdvanced: false,
// METAVERSE_URL: 'https://metaverse.highfidelity.com',
METAVERSE_URL: 'http://localhost:3000',
METAVERSE_URL: 'https://metaverse.highfidelity.com',
ADVANCED_CLASS: 'advanced-setting',
TRIGGER_CHANGE_CLASS: 'trigger-change',
DATA_ROW_CLASS: 'value-row',