Created on 28 August 2022, over 2 years ago
Updated 23 January 2025, 2 months ago

Problem/Motivation

Install galleryslider

Steps to reproduce

in node edit or node create
we get js error

VM2396:1 Uncaught SyntaxError: "undefined" is not valid JSON
    at JSON.parse (<anonymous>)
    at first.js?rhbgku:5:16
    at dispatch (galleryslider.js?rhbgku:5378:16)
    at elemData.handle (galleryslider.js?rhbgku:5031:35)

i find file first.js is not good catch error
it must be

$(window).load(function () {
  'use strict';
  let a = $('.slider').attr('data-settings');
  if(a){
    let b = JSON.parse(a);
    if(b){
      $('.slider').gridSlide(b);
    }
  }
});

🐛 Bug report
Status

Needs review

Version

3.0

Component

Code

Created by

🇫🇷France lazzyvn paris

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024