1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:25:55 +00:00

enable tooltips on normal mode

This commit is contained in:
Andrew Dolgov
2013-03-25 20:41:23 +04:00
parent 45b9c6fbcb
commit 72394a1e2d

View File

@@ -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);