BUG 9334 I removed variable in function SOLVED
- I removed variable in function
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user