BUG 10262 Menu del diseñr se sobrepone a popups SOLVED

- The panel of menu Right remains visible.
- Was add validation for panel.
This commit is contained in:
Marco Antonio Nina
2013-01-04 11:26:53 -04:00
parent 5556729d0e
commit ac19b4c4d3

View File

@@ -2673,7 +2673,7 @@ var mainPanel;
function showDbConnectionsList(PRO_UID)
{
if (typeof(this.Pm.menu) != undefined) {
if (typeof(this.Pm.menu) != 'undefined') {
this.Pm.menu.remove();
}
mainPanel = new leimnud.module.panel();
@@ -2706,7 +2706,7 @@ function showDbConnectionsList(PRO_UID)
function showCaseSchedulerList(PRO_UID)
{
if (typeof(this.Pm.menu) != undefined) {
if (typeof(this.Pm.menu) != 'undefined') {
this.Pm.menu.remove();
}
mainPanel = new leimnud.module.panel();