diff options
Diffstat (limited to 'trypandoc/index.html')
-rw-r--r-- | trypandoc/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trypandoc/index.html b/trypandoc/index.html index 92ad557ba..c8d828de1 100644 --- a/trypandoc/index.html +++ b/trypandoc/index.html @@ -45,8 +45,8 @@ $(document).ready(function() { }); }; $("#convert").click(newpage); - $("#from").change(newpage); - $("#to").change(newpage); + $("#from").select(newpage); + $("#to").select(newpage); }); </script> <style type="text/css"> |