fix link replacement (table / one-letter replacement)
This commit is contained in:
@@ -65,10 +65,7 @@ function Table(oTable)
|
||||
$('#validation').addButton('dummy', '', function(){}, this.ACTION_BTN_ID, '', this.ACTION_BTN_ID);
|
||||
this.$Button = databap.tmp(this.ACTION_BTN_ID);
|
||||
|
||||
if(this.iTableId>0 || this.sTableName!='')
|
||||
{
|
||||
this.applyTableInfo();
|
||||
}
|
||||
if(this.iTableId>0 || this.sTableName!='') this.applyTableInfo();
|
||||
else this.setDisplay(this.DISPLAY_EDIT);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user