mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:25:59 +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 (!isCdmMode() || !getInitParam("cdm_expanded")) {
|
||||
/* if (!isCdmMode() || !getInitParam("cdm_expanded")) {
|
||||
_post_preview_timeout = window.setTimeout(function() {
|
||||
displaySmallArticlePreview(e, id);
|
||||
}, 1000);
|
||||
}
|
||||
} */
|
||||
}
|
||||
|
||||
function displaySmallArticlePreview(e, id) {
|
||||
|
||||
Reference in New Issue
Block a user