You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught ReferenceError: total is not defined
at s.fn.init.e.fn.onepage_scroll (jquery.onepage-scroll.min.js?ver=1.0.186:1)
at onepage.js?ver=1.0.186:3
at onepage.js?ver=1.0.186:15
And it gets me to this function
$.fn.onepage_scroll = function(options){
var settings = $.extend({}, defaults, options),
el = $(this),
sections = $(settings.sectionContainer)
total = sections.length,
status = "off",
topPos = 0,
leftPos = 0,
lastAnimation = 0,
quietPeriod = 500,
paginationList = "";
...
What should I do?
The text was updated successfully, but these errors were encountered:
I get this error
And it gets me to this function
What should I do?
The text was updated successfully, but these errors were encountered: