Signed-off-by: Gleb Aronsky <gleb.aronsky@lexisnexis.com>
@@ -1609,6 +1609,8 @@ function createMultiColTreeCtrlForComp(rows, compName, subRecordIndex) {
lazyload: true
});
+ top.document.ContextMenu = oContextMenu;
+
oContextMenu.dt = dt;
oContextMenu.subscribe("beforeShow", onContextMenuBeforeShow);
dt.expandRecord = function(id) {
@@ -51,6 +51,9 @@
invokeWiz = false;
}
document.getElementById('top1').style.display = 'none';
+ document.getElementById('top1').addEventListener("click", function() {
+ top.document.ContextMenu.clearContent() } );
getWaitDlg().show();
var params = "queryType=customType::params=environment,laststarted,defenvfile,username,wizops";