@@ -329,6 +329,7 @@
$(".public").click(function(){
$(".public").hide();
+ $(".form-group input,.form-group textarea").val("");
});
</script>