aboutsummaryrefslogtreecommitdiff
path: root/trypandoc
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-11-04 11:19:16 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-11-04 11:19:16 -0800
commit849a35643cae310c1b591bf0c00f6ec6a4765d6d (patch)
tree168f5a95a0d08ebbf1643e3385a3959ba4ffb2c4 /trypandoc
parentf5ad280efb580fcf94fdcef108c9f7f905483ed0 (diff)
downloadpandoc-849a35643cae310c1b591bf0c00f6ec6a4765d6d.tar.gz
Revert "Trypandoc: recompile on select rather than change."
This reverts commit f5ad280efb580fcf94fdcef108c9f7f905483ed0.
Diffstat (limited to 'trypandoc')
-rw-r--r--trypandoc/index.html4
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">