Tva_IPopup fix javascript bug for IE8
This commit is contained in:
parent
f73ff75210
commit
9cc6736dae
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ require_once('class_ispan.php');
|
|||
$this->js=(isset($this->js))?$this->js:"format_number(this);";
|
||||
if ( $this->readOnly==true) return $this->display();
|
||||
|
||||
$str='<input type="TEXT" name="%s" value="%s" id="%s" size="3" "%s">';
|
||||
$str='<input type="TEXT" name="%s" value="%s" id="%s" size="3" %s>';
|
||||
$r=sprintf($str,$this->name,$this->value,$this->name,$this->js);
|
||||
|
||||
if ($this->in_table)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue