$(document).on("knack-scene-render.scene_290", function (event, page) {
// update iframe src with Mitigation Map URL in the Detail View
var iframe_url = $($("span:contains('apps/webappviewer')")[0]).text()
$("#mitigationMapiFrame").attr("src", iframe_url);
// hide the Mitigation Map URL field & view
$("#view_960").hide();
});