enable tooltips on normal mode

This commit is contained in:
Andrew Dolgov 2013-03-25 20:41:23 +04:00
parent 45b9c6fbcb
commit 72394a1e2d
1 changed files with 1 additions and 1 deletions

View File

@ -1173,7 +1173,7 @@ function postMouseIn(e, id) {
if (_post_preview_timeout) window.clearTimeout(_post_preview_timeout);
if (!getInitParam("cdm_expanded")) {
if (!isCdmMode() || !getInitParam("cdm_expanded")) {
_post_preview_timeout = window.setTimeout(function() {
displaySmallArticlePreview(e, id);
}, 1000);