Stop loading bundles.json

Stop application from requesting bundles.json at first load.  This was
confusing to some external developers who would see an error in the
log and not know the cause.
This commit is contained in:
Pete Richards
2017-02-15 10:51:36 -08:00
parent 46c7399867
commit af9ffaf02d
3 changed files with 3 additions and 4 deletions

View File

@ -25,7 +25,6 @@
*/
define({
MODULE_NAME: "OpenMCTWeb",
BUNDLE_LISTING_FILE: "bundles.json",
BUNDLE_FILE: "bundle.json",
SEPARATOR: "/",
EXTENSION_SUFFIX: "[]",