Revert "Trypandoc: recompile on select rather than change."
This reverts commit f5ad280efb
.
This commit is contained in:
parent
f5ad280efb
commit
849a35643c
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ $(document).ready(function() {
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
$("#convert").click(newpage);
|
$("#convert").click(newpage);
|
||||||
$("#from").select(newpage);
|
$("#from").change(newpage);
|
||||||
$("#to").select(newpage);
|
$("#to").change(newpage);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
Loading…
Reference in a new issue