mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
issue 374, fixed a bug for do not display exisits value when modify widget
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9533 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dc8e597174
commit
3f9d33a2f2
1 changed files with 1 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ function doFillWidgetVars() {
|
|||
var unescaped_val = unescape(val);
|
||||
if(!unescaped_val) node.value = val;
|
||||
else node.value = unescaped_val;
|
||||
jQuery('#'+name).val(node.value);
|
||||
break;
|
||||
case "checkbox" :
|
||||
if(selected_node.getAttribute(name)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue