disable small article preview for now

This commit is contained in:
Andrew Dolgov 2013-03-31 15:21:35 +04:00
parent 7284cc776d
commit 90ede186d2
1 changed files with 2 additions and 2 deletions

View File

@ -1170,11 +1170,11 @@ function postMouseIn(e, id) {
if (_post_preview_timeout) window.clearTimeout(_post_preview_timeout); 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() { _post_preview_timeout = window.setTimeout(function() {
displaySmallArticlePreview(e, id); displaySmallArticlePreview(e, id);
}, 1000); }, 1000);
} } */
} }
function displaySmallArticlePreview(e, id) { function displaySmallArticlePreview(e, id) {