Event Calendar adjustments
This commit is contained in:
parent
e464580b86
commit
e53d9bbc51
2 changed files with 28 additions and 9 deletions
|
@ -59,6 +59,9 @@ window.toggleDetails = function (element) {
|
|||
minusIcon.style.display = isExpanded ? 'inline' : 'none';
|
||||
};
|
||||
|
||||
/* ========================
|
||||
News Feed
|
||||
======================== */
|
||||
function renderFeedEntries(data) {
|
||||
const container = document.getElementById('feed');
|
||||
if (!container) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue