haris khan jadoon → changed the visibility of the branch 3306455-js-issue to hidden.
Install galleryslider
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);
}
}
});
Needs review
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
haris khan jadoon → changed the visibility of the branch 3306455-js-issue to hidden.