diff options
Diffstat (limited to 'js/index.html')
| -rw-r--r-- | js/index.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/js/index.html b/js/index.html index 3c75b5c..05fc216 100644 --- a/js/index.html +++ b/js/index.html @@ -52,7 +52,7 @@ $(document).ready(function() {        render();      }, 0); // ms delay    }; -  $("#text").change(parseAndRender); +  $("#text").bind('keyup paste cut mouseup', parseAndRender);    $(".option").change(render);  });    </script>  | 
