Skip to content

Declare `data` in jquery.endless-scroll

Paul Gascou-Vaillancourt requested to merge fix-endless-scroll-vite into master

What does this MR do and why?

Declare data in jquery.endless-scroll

This ensures that data is defined in the vendored jquery.endless-scroll. This fixes a bug where endless scroll would not work in development when using Vite instead of Webpack.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
before after

How to set up and validate locally

Merge request reports