diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-11-04 11:19:16 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-11-04 11:19:16 -0800 |
commit | 849a35643cae310c1b591bf0c00f6ec6a4765d6d (patch) | |
tree | 168f5a95a0d08ebbf1643e3385a3959ba4ffb2c4 /trypandoc | |
parent | f5ad280efb580fcf94fdcef108c9f7f905483ed0 (diff) | |
download | pandoc-849a35643cae310c1b591bf0c00f6ec6a4765d6d.tar.gz |
Revert "Trypandoc: recompile on select rather than change."
This reverts commit f5ad280efb580fcf94fdcef108c9f7f905483ed0.
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 c8d828de1..92ad557ba 100644 --- a/trypandoc/index.html +++ b/trypandoc/index.html @@ -45,8 +45,8 @@ $(document).ready(function() { }); }; $("#convert").click(newpage); - $("#from").select(newpage); - $("#to").select(newpage); + $("#from").change(newpage); + $("#to").change(newpage); }); </script> <style type="text/css"> |