]> git.wh0rd.org Git - tt-rss.git/commitdiff
disable small article preview for now
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sun, 31 Mar 2013 11:21:35 +0000 (15:21 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sun, 31 Mar 2013 11:21:35 +0000 (15:21 +0400)
js/viewfeed.js

index caf40919e8500a6c649a4949f08c8654137cacaa..664eba39346b21e82f723830a31330fc5f964848 100644 (file)
@@ -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) {