#477 페이지 수정 > 코드 생성에서 input type=number에 문제 수정

This commit is contained in:
akasima 2014-03-03 14:19:30 +09:00
parent 4deb4f7fa0
commit 04832f9ec3

View file

@ -133,6 +133,7 @@ function doFillWidgetVars() {
switch(type) {
case "hidden" :
case "number" :
case "text" :
case "textarea" :
var val = selected_node.getAttribute(name);