Merge branch 'master' of github.com:psychobunny/node-forum

This commit is contained in:
Julian Lam
2013-05-02 12:17:45 -04:00

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);
};