Fix to the selfservice open case ajax action

This commit is contained in:
gustavo
2011-03-18 18:58:52 -04:00
parent dca24cc39d
commit d3b7fae8c4
2 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ Ext.onReady(function(){
Ext.QuickTips.init();
showCaseNavigatorPanel = function(steps, information, action) {
if(steps==false&&action==false){
if(steps==false&&action==false&&typeof(treeToReviseTitle)!='undefined'){
var treeToRevise = new Ext.tree.TreePanel({
title: treeToReviseTitle,
width: 250,