disable small article preview for now

master
Andrew Dolgov 12 years ago
parent 7284cc776d
commit 90ede186d2

@ -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) {

Loading…
Cancel
Save