Skip to content

Commit

Permalink
fix: resize script
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasNorin committed Mar 22, 2024
1 parent e943737 commit f7afe52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,16 @@ initializeSlider();
initializeCompressed();
setupCopy();
initializeGoogleTranslate();
initializeResizeMediaQuery();
initializeMaterialSymbols();

document.addEventListener('DOMContentLoaded', () => {
const ButtonToggleContentInstance = new ButtonToggleContent();
const selectComponentObserverInstance = new SelectComponentObserver();
selectComponentObserverInstance.observe();

// Functions
initializeResizeMediaQuery();

// Dynamic Sidebars
const DynamicSidebarInstance = new DynamicSidebar();
DynamicSidebarInstance.applySidebar();
Expand Down

0 comments on commit f7afe52

Please sign in to comment.