Input will be cleared after submit

This commit is contained in:
0xFEEDC0DE64
2018-12-21 15:12:59 +01:00
parent 1120f73e33
commit ea3e8ebfe7

View File

@ -118,5 +118,6 @@ jQuery(document).ready(function($){
) )
} }
}); });
}) $('form input').val('');
}); });
});