diff options
-rw-r--r-- | lib/js/urweb.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/js/urweb.js b/lib/js/urweb.js index 357e4c1c..1c296fe1 100644 --- a/lib/js/urweb.js +++ b/lib/js/urweb.js @@ -2271,9 +2271,6 @@ function setSelectValue(x, v) { return; } } - - if (v != "") - er("Setting <select> to nonexistent value: " + v); } function sel(s, content) { |