[Build] Don't enable local storage by default

...except for the dev instance of Open MCT run from index.html.
Fixes #1270
This commit is contained in:
Victor Woeltjen 2016-11-04 14:58:35 -07:00
parent 547696d797
commit a728f2368c
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,8 @@
'example/imagery',
'example/eventGenerator',
'example/generator',
'platform/features/my-items'
'platform/features/my-items',
'platform/persistence/local'
].forEach(
openmct.legacyRegistry.enable.bind(openmct.legacyRegistry)
);

View File

@ -125,7 +125,6 @@ define([
'platform/forms',
'platform/identity',
'platform/persistence/aggregator',
'platform/persistence/local',
'platform/persistence/queue',
'platform/policy',
'platform/entanglement',