diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-03-31 15:21:35 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-03-31 15:21:35 +0400 |
| commit | 90ede186d2f0bf66abe904996b3ea1227e304087 (patch) | |
| tree | 90a67409ea0cb3f245dab1cf10af590af7c7c5d6 /js | |
| parent | 7284cc776d5af8ee228e8804530f413f081d41fb (diff) | |
disable small article preview for now
Diffstat (limited to 'js')
| -rw-r--r-- | js/viewfeed.js | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |