update
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user