mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:35:56 +00:00
enable tooltips on normal mode
This commit is contained in:
@@ -1173,7 +1173,7 @@ function postMouseIn(e, id) {
|
|||||||
|
|
||||||
if (_post_preview_timeout) window.clearTimeout(_post_preview_timeout);
|
if (_post_preview_timeout) window.clearTimeout(_post_preview_timeout);
|
||||||
|
|
||||||
if (!getInitParam("cdm_expanded")) {
|
if (!isCdmMode() || !getInitParam("cdm_expanded")) {
|
||||||
_post_preview_timeout = window.setTimeout(function() {
|
_post_preview_timeout = window.setTimeout(function() {
|
||||||
displaySmallArticlePreview(e, id);
|
displaySmallArticlePreview(e, id);
|
||||||
}, 1000);
|
}, 1000);
|
||||||
|
|||||||
Reference in New Issue
Block a user