mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 00:15:46 +01:00
reduced hightlight duration by 2 seconds
This commit is contained in:
@@ -191,7 +191,7 @@ define('navigator', ['forum/topic/pagination'], function(pagination) {
|
|||||||
scrollTo.parent().find('.topic-item').addClass('highlight');
|
scrollTo.parent().find('.topic-item').addClass('highlight');
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
scrollTo.parent().find('.topic-item').removeClass('highlight');
|
scrollTo.parent().find('.topic-item').removeClass('highlight');
|
||||||
}, 5000);
|
}, 3000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user