bug: error js missing quote in ajax_input
This commit is contained in:
parent
a8a2ab1d91
commit
37bec4e77b
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class Inplace_Edit
|
|||
inplace_edit_ok{$this->input->id}.onclick= function () {
|
||||
var json={$this->json};
|
||||
json['ieaction']='ok';
|
||||
json['value']=$({$this->input->id}).value;
|
||||
json['value']=$('{$this->input->id}').value;
|
||||
new Ajax.Updater('{$this->input->id}edit'
|
||||
,'{$this->callback}',
|
||||
{parameters: json ,evalScripts:true});}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue