From: Andrew Dolgov Date: Sun, 31 Mar 2013 11:21:35 +0000 (+0400) Subject: disable small article preview for now X-Git-Tag: 1.7.6~107 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=90ede186d2f0bf66abe904996b3ea1227e304087;p=tt-rss.git disable small article preview for now --- diff --git a/js/viewfeed.js b/js/viewfeed.js index caf40919..664eba39 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) {