Izzi

Results 1 issues of Izzi

When we switched from using Webpacker to Vite to bundle our javascript, the initialisation broke. We were doing: ``` import 'justifiedGallery/dist/js/jquery.justifiedGallery' document.addEventListener('DOMContentLoaded', () => { // do our initialisation })...