Trypandoc: recompile on select rather than change.
This commit is contained in:
parent
22681b3a2a
commit
f5ad280efb
1 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue