mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-18 06:20:59 +02:00
shorten_expanded: call unpackVisible() because there might be new stuff from below if current is shortened
This commit is contained in:
parent
0ec7b82190
commit
a2e06410c2
@ -32,6 +32,8 @@ require(['dojo/_base/kernel', 'dojo/ready'], function (dojo, ready) {
|
|||||||
c_inter.innerHTML + "</div>" +
|
c_inter.innerHTML + "</div>" +
|
||||||
"<button class='expandPrompt' onclick='return expandSizeWrapper(\""+row.id+"\")' href='#'>" +
|
"<button class='expandPrompt' onclick='return expandSizeWrapper(\""+row.id+"\")' href='#'>" +
|
||||||
__("Click to expand article") + "</button>";
|
__("Click to expand article") + "</button>";
|
||||||
|
|
||||||
|
Headlines.unpackVisible();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, 150);
|
}, 150);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user