mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
missing ;
This commit is contained in:
@@ -89,7 +89,7 @@ define('forum/topic/postTools', ['composer', 'share', 'navigator'], function(com
|
||||
|
||||
postContainer.on('click', '.purge', function(e) {
|
||||
purgePost($(this), tid);
|
||||
})
|
||||
});
|
||||
|
||||
postContainer.on('click', '.move', function(e) {
|
||||
openMovePostModal($(this));
|
||||
|
||||
Reference in New Issue
Block a user