Revert "Trypandoc: recompile on select rather than change."

This reverts commit f5ad280efb.
This commit is contained in:
John MacFarlane 2018-11-04 11:19:16 -08:00
parent f5ad280efb
commit 849a35643c

View file

@ -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">