This commit is contained in:
Henry Jordan
2021-01-28 19:05:33 +00:00
parent b2bd50cf30
commit 576d76652c
5 changed files with 68 additions and 22 deletions

View File

@@ -598,6 +598,14 @@ Ext.onReady(function(){
Ext.getCmp('actionMenu').hide();
Ext.getCmp('returnButton').hide();
document.getElementById("openCaseFrame").onload = function ()
{
if(window.parent){
window.parent.postMessage("update=debugger","*");
}
};
hideCaseNavigatorPanel();
if(typeof appStatus !== "undefined") {
showCaseNavigatorPanel(appStatus);