From bf0e6ad4dbb85ea08385643c9db8e697528827c8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 4 Nov 2018 10:42:37 -0800 Subject: trypandoc: update on change of in or out format. --- trypandoc/index.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'trypandoc') diff --git a/trypandoc/index.html b/trypandoc/index.html index 16ff240ce..fc4116f2e 100644 --- a/trypandoc/index.html +++ b/trypandoc/index.html @@ -45,6 +45,8 @@ $(document).ready(function() { }); }; $("#convert").click(newpage); + $("#from").change(newpage); + $("#to").change(newpage); });