This commit is contained in:
Henry Jordan
2021-01-28 19:17:27 +00:00
parent 748bde0311
commit 75ad0b0388

View File

@@ -598,6 +598,7 @@ Ext.onReady(function(){
Ext.getCmp('actionMenu').hide(); Ext.getCmp('actionMenu').hide();
Ext.getCmp('returnButton').hide(); Ext.getCmp('returnButton').hide();
// Hacky Code for update the debugger in new UI
document.getElementById("openCaseFrame").onload = function () document.getElementById("openCaseFrame").onload = function ()
{ {
if(window.parent){ if(window.parent){
@@ -605,7 +606,6 @@ Ext.onReady(function(){
} }
}; };
hideCaseNavigatorPanel(); hideCaseNavigatorPanel();
if(typeof appStatus !== "undefined") { if(typeof appStatus !== "undefined") {
showCaseNavigatorPanel(appStatus); showCaseNavigatorPanel(appStatus);