jquery, jquery-modal (missing)
-
My plugin Query Monitor alarmed this mistake in the NextGen plugin.
Anyone who knows what this means?“Missing Dependencies nextgen_first_run_wizard”
jquery, jquery-modal (missing)And a link that leads to this info: jQuery(‘#ngg-video-wizard-invoker’).on(‘click’, (e) => {
e.preventDefault();
jQuery(‘#ngg-wizard-video’).modal();
let frame = jQuery(‘#ngg-wizard-video iframe’)
let videoSrc = frame.attr(‘src’);
let playVideoSrc =${videoSrc}?autoplay=1
frame.attr(‘src’, playVideoSrc)jQuery(‘#ngg-wizard-video’).on(jQuery.modal.CLOSE, function(){
frame.attr(‘src’, videoSrc);
});
return false;
});The page I need help with: [log in to see the link]
- The topic ‘jquery, jquery-modal (missing)’ is closed to new replies.