clear topic and content after post

This commit is contained in:
Baris Soner Usakli
2013-05-02 11:40:00 -04:00
parent 8e5714cab4
commit a47491225a

View File

@@ -158,6 +158,9 @@ var socket,
'title' : title,
'content' : content
});
jQuery('#post_title').val('');
jQuery('#post_content').val('');
jQuery(post_window).slideToggle(250);
};