carouFredSel-jQuery
carouFredSel-jQuery copied to clipboard
Undefined variables due to comma error
There are two comma errors - always the second line. Should be , at the end of the line instead of ;
var ns1 = cf_e('', conf),
ns2 = cf_e('', conf, false);
ns3 = cf_e('', conf, false, true, true);
var dur1 = opts.auto.timeoutDuration + del;
dur2 = dur1 - tmrs.timePassed;
perc = 100 - Math.ceil(dur2 * 100 / dur1);
Made a fork, removed the packaged version still hope it helps.
https://github.com/Quehnie/jquery-carouFredSel
PS: Use slick slider next time.