I am receiving the above error when i inspect my site. it appears to be referring to the following (the line in bold/red) in my theme.js file:
var adjustStyleAndPosition = theme.Helpers.debounce(function() {
styleDropdowns(document.querySelectorAll(selectors.siteNavHasDropdown));
positionFullWidthDropdowns();
$(selectors.multicurrencySelector).on('change', function() {
$(this)
.parents('form')
.submit();
});
}, 50);
and this one:
var later = function() {
timeout = null;
if (!immediate) func.apply(context, args);
};
can anyone help me out with fixing this?
Thanks
User | Count |
---|---|
24 | |
22 | |
14 | |
11 | |
9 |