diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-11-04 11:17:36 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-11-04 11:17:36 -0800 |
commit | f5ad280efb580fcf94fdcef108c9f7f905483ed0 (patch) | |
tree | efad72f1a54e9a0b15ef6ca5762f1a66b1baa40e /trypandoc | |
parent | 22681b3a2a521bb5f7c3c477fa02cc1f5c8bb65f (diff) | |
download | pandoc-f5ad280efb580fcf94fdcef108c9f7f905483ed0.tar.gz |
Trypandoc: recompile on select rather than change.
Diffstat (limited to 'trypandoc')
-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"> |