BUG 9334 I removed variable in function SOLVED

- I removed variable in function
This commit is contained in:
Brayan Osmar Pereyra Suxo
2012-06-29 18:19:06 -04:00
parent 38a29b5e2f
commit 94f4ffb3ba
2 changed files with 2 additions and 2 deletions

View File

@@ -690,7 +690,7 @@ leimnud.Package.Public({
this.parent.dom.setStyle(this.elements.resize,{background:"transparent"});
}
};
this.makeTab=function(dynamic, styleTabs)
this.makeTab=function(dynamic)
{
if(this.loading===true){return false;}
var thm = this.tab.display==="vertical"?"":"H";

View File

@@ -116,7 +116,7 @@ var saveDataTaskTemporal = function(iForm)
vmesn.failed();
new leimnud.module.app.alert().make( {
label : G_STRINGS.ID_MESSAGE_FIELD_REQUIRED
});
});
return false;
} else {
vmesn.passed();