Bug in slider js
-
Hi there,
There is a bug that throws js error: Uncaught Error: noUiSlider (10.0.0): Slider was already initialized.
This happens when I am reloading another form (ajax reload) that does not contain slider plugin. The issue seems to be with this code in slider.js
jQuery(document).bind('gform_page_loaded', sliderInit);since it’s just probably trying to reinitialize the whole plugin when gform_page_loaded hook is ran. Would it be possible to have it fixed?
Thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Bug in slider js’ is closed to new replies.