The below warning is generated in every pages of my website, I noticed it from console:
event.returnValue is deprecated. Please use the standard event.preventDefault() instead
I think it should be from the jquery file I linked, I didn't used event.returnValue anywhere.
What is the error? is this serios?