This commit is contained in:
parent
23051eecf0
commit
45ad243706
2 changed files with 16 additions and 0 deletions
|
@ -61,6 +61,7 @@ window.toggleDetails = function (element) {
|
|||
|
||||
function renderFeedEntries(data) {
|
||||
const container = document.getElementById('feed');
|
||||
if (!container) return;
|
||||
container.innerHTML = '';
|
||||
const isInFeedSection = container.closest('.feed-section') !== null;
|
||||
let maxItems;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue