Add split-column widget
This commit is contained in:
parent
13700fe2b2
commit
e5bb102ab1
9 changed files with 129 additions and 11 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { setupPopovers } from './popover.js';
|
||||
import { setupMasonries } from './masonry.js';
|
||||
import { throttledDebounce, isElementVisible } from './utils.js';
|
||||
|
||||
async function fetchPageContent(pageData) {
|
||||
|
|
@ -581,6 +582,7 @@ async function setupPage() {
|
|||
setupCollapsibleLists();
|
||||
setupCollapsibleGrids();
|
||||
setupGroups();
|
||||
setupMasonries();
|
||||
setupDynamicRelativeTime();
|
||||
setupLazyImages();
|
||||
} finally {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue