mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
closes #987
This commit is contained in:
@@ -594,6 +594,11 @@ var socket,
|
||||
});
|
||||
});
|
||||
|
||||
$('#search-form').parent().tooltip({
|
||||
placement: 'bottom',
|
||||
title: $('#search-button i').attr('title')
|
||||
});
|
||||
|
||||
$('#user_dropdown').tooltip({
|
||||
placement: 'bottom',
|
||||
title: $('#user_dropdown').attr('title')
|
||||
|
||||
Reference in New Issue
Block a user