diff --git a/src/landing_page.js b/src/landing_page.js index cb1889a96b2facd50d33dcba5024f7f47acaf9e8..ed241823edbd54bb69b89a68231dfe978d4f7216 100644 --- a/src/landing_page.js +++ b/src/landing_page.js @@ -108,11 +108,12 @@ morpheus.LandingPage.prototype = { var optionsArray = _.isArray(openOptions) ? openOptions : [openOptions]; var _this = this; optionsArray.forEach(function (options) { - if (_this.heatmap == null) { + if (_this.heatmap == null) { // first tab options.landingPage = _this; options.el = _this.pageOptions.el; - } else { + } else { // more tabs + options.focus = false; options.inheritFromParent = false; options.parent = _this.heatmap; }