mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-05 12:01:17 +01:00
Merge branch 'master' of github.com:psychobunny/node-forum
This commit is contained in:
@@ -158,6 +158,9 @@ var socket,
|
||||
'title' : title,
|
||||
'content' : content
|
||||
});
|
||||
|
||||
jQuery('#post_title').val('');
|
||||
jQuery('#post_content').val('');
|
||||
jQuery(post_window).slideToggle(250);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user