disable small article preview for now
This commit is contained in:
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…
Reference in New Issue