mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
closes #269
This commit is contained in:
@@ -281,7 +281,7 @@
|
||||
}
|
||||
});
|
||||
|
||||
$('.topic-buttons').delegate('.chat', 'click', function(e) {
|
||||
$('#post-container').on('click', '.chat', function(e) {
|
||||
var username = $(this).parents('li.row').attr('data-username');
|
||||
var touid = $(this).parents('li.row').attr('data-uid');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user