diff --git a/js/viewfeed.js b/js/viewfeed.js index caf40919e..664eba393 100644 --- a/js/viewfeed.js +++ b/js/viewfeed.js @@ -1170,11 +1170,11 @@ function postMouseIn(e, id) { if (_post_preview_timeout) window.clearTimeout(_post_preview_timeout); - if (!isCdmMode() || !getInitParam("cdm_expanded")) { + /* if (!isCdmMode() || !getInitParam("cdm_expanded")) { _post_preview_timeout = window.setTimeout(function() { displaySmallArticlePreview(e, id); }, 1000); - } + } */ } function displaySmallArticlePreview(e, id) {