diff --git a/script.js b/script.js index 50feab7..35d421b 100644 --- a/script.js +++ b/script.js @@ -118,5 +118,6 @@ jQuery(document).ready(function($){ ) } }); - }) -}); \ No newline at end of file + $('form input').val(''); + }); +});