mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 17:51:28 +00:00
disable small article preview for now
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user