aboutsummaryrefslogtreecommitdiff
path: root/trypandoc
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-11-04 11:17:36 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-11-04 11:17:36 -0800
commitf5ad280efb580fcf94fdcef108c9f7f905483ed0 (patch)
treeefad72f1a54e9a0b15ef6ca5762f1a66b1baa40e /trypandoc
parent22681b3a2a521bb5f7c3c477fa02cc1f5c8bb65f (diff)
downloadpandoc-f5ad280efb580fcf94fdcef108c9f7f905483ed0.tar.gz
Trypandoc: recompile on select rather than change.
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 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">