My scripts are breaking on this call:
$.cookie("global_header_state", "open", );The error is coming from part of the source being stripped out.
In the source, the proper code is:
$.cookie("global_header_state", "open", { expires: 30, path: '/' });Why the heck is that {} being stripped out?
My site was working this afternoon, now for some inexplicable reason, it’s not. I can’t figure out for the life of me what has changed!
Can anyone help??
Please and thank you!