Commit Graph

3 Commits

Author SHA1 Message Date
Brummel ad9b978248 fix(carousel): initialize Bootstrap carousels explicitly instead of relying on data-ride auto-init 2026-05-21 11:39:06 +02:00
Brummel 59c3bae5b2 fix(js): remove dead testimonialSlider/flexslider call from scripts.js
After the flexslider asset removal, scripts.js still tried to call
$('.testimonialSlider').flexslider(...) which threw a TypeError in the
browser console on every page. The element does not exist in this
rebuild and never will — testimonials were a feature of the original
Grav theme that we are not porting. Hero carousel and employees
carousel are both Bootstrap-3, auto-initialized via data-ride.

No functional impact on the page (every initializer before this block
already ran), just a noisy console error.
2026-05-21 11:33:51 +02:00
Brummel cce90b341b feat: import JS assets from x-corporation and praxis themes 2026-05-20 22:28:31 +02:00