Small fixes

This commit is contained in:
2026-02-11 10:58:14 +01:00
parent 5b403ce289
commit b375061b38
4 changed files with 754 additions and 2 deletions

View File

@@ -176,7 +176,6 @@ const allowedExtensions = [
* Load type of image, can be used to load images for different platforms (i.e. mobile optimization)
* @param name - The name appended to the image filename
*/
var loadImageType = ( name: string ) => {
sliderElements.forEach( el => {
const baseURL = el.dataset.imageBaseURL;