From f75d359eeaaca5884d515380b735826532fad15c Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 27 Jan 2009 09:53:51 -0500 Subject: Use normal fields of ctextboxes --- lib/js/urweb.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/js/urweb.js b/lib/js/urweb.js index 7bb6849e..c46263b8 100644 --- a/lib/js/urweb.js +++ b/lib/js/urweb.js @@ -87,6 +87,7 @@ function inp(t, s) { addNode(x); s.h = cons(function() { x.value = s.v }, s.h); x.onkeyup = function() { sv(s, x.value) }; + return x; } function eh(x) { -- cgit v1.2.3