/* * IFrame plugin * REQUIRES: goldenlayout.js */ let iframe = (function () { var url = window.location.origin; // // Create iframe component var createIframeComponent = function () { var myLayout = window.plugins["goldenlayout"].getGL(); myLayout.registerComponent( "iframe", function (container, componentState) { // build the iframe var div = $('