innerHTmL problems. Not synchronous?
This commit is contained in:
@@ -105,11 +105,12 @@
|
|||||||
" }"
|
" }"
|
||||||
" }\n"
|
" }\n"
|
||||||
"}")
|
"}")
|
||||||
id))))
|
id)))
|
||||||
(set! type (if (eq? js-type #f)
|
(set! type (if (eq? js-type #f)
|
||||||
|
#f
|
||||||
(if (= js-type -1)
|
(if (= js-type -1)
|
||||||
'unknown
|
'unknown
|
||||||
(string->symbol (string-downcase js-type)))))
|
(string->symbol (string-downcase js-type))))))
|
||||||
(let ((cl (cond
|
(let ((cl (cond
|
||||||
((eq? type 'text) wv-input/text%)
|
((eq? type 'text) wv-input/text%)
|
||||||
((eq? type 'date) wv-input/date%)
|
((eq? type 'date) wv-input/date%)
|
||||||
|
|||||||
Reference in New Issue
Block a user