mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 06:25:50 +01:00
vanilla color fixes
This commit is contained in:
@@ -372,8 +372,9 @@ define(['composer'], function(composer) {
|
||||
$('#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');
|
||||
|
||||
app.openChat(username, touid);
|
||||
$(this).parents('.btn-group').find('.dropdown-toggle').click();
|
||||
return false;
|
||||
});
|
||||
|
||||
ajaxify.register_events([
|
||||
|
||||
Reference in New Issue
Block a user