mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 09:06:15 +01:00
lint: fix lint
This commit is contained in:
@@ -327,7 +327,7 @@ define('forum/topic', [
|
||||
$(window).one('action:ajaxify.start', destroyTooltip);
|
||||
$('[component="topic"]').on('mouseenter', 'a[component="post/parent"], [component="post/parent/content"] a,[component="post/content"] a, [component="topic/event"] a', async function () {
|
||||
const link = $(this);
|
||||
link.one('mouseleave', function() {
|
||||
link.one('mouseleave', function () {
|
||||
if (timeoutId > 0) {
|
||||
clearTimeout(timeoutId);
|
||||
timeoutId = 0;
|
||||
|
||||
Reference in New Issue
Block a user