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.parent.dom.setStyle(this.elements.resize,{background:"transparent"});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
this.makeTab=function(dynamic, styleTabs)
|
this.makeTab=function(dynamic)
|
||||||
{
|
{
|
||||||
if(this.loading===true){return false;}
|
if(this.loading===true){return false;}
|
||||||
var thm = this.tab.display==="vertical"?"":"H";
|
var thm = this.tab.display==="vertical"?"":"H";
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ var saveDataTaskTemporal = function(iForm)
|
|||||||
vmesn.failed();
|
vmesn.failed();
|
||||||
new leimnud.module.app.alert().make( {
|
new leimnud.module.app.alert().make( {
|
||||||
label : G_STRINGS.ID_MESSAGE_FIELD_REQUIRED
|
label : G_STRINGS.ID_MESSAGE_FIELD_REQUIRED
|
||||||
});
|
});
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
vmesn.passed();
|
vmesn.passed();
|
||||||
|
|||||||
Reference in New Issue
Block a user