mirror of
https://github.com/nasa/openmct.git
synced 2025-02-05 18:49:18 +00:00
fix: update MCT start()
to use element with ID openmct-app
This commit is contained in:
parent
141939295a
commit
c9417a24fd
@ -342,7 +342,7 @@ define([
|
||||
* MCT; if undefined, MCT will be run in the body of the document
|
||||
*/
|
||||
MCT.prototype.start = function (
|
||||
domElement = document.body.firstElementChild,
|
||||
domElement = document.getElementById('openmct-app'),
|
||||
isHeadlessMode = false
|
||||
) {
|
||||
// Create element to mount Layout if it doesn't exist
|
||||
|
Loading…
x
Reference in New Issue
Block a user