Epihedron / Adventurer

Adventurer webpage and assests
epihedron.com
3 stars 0 forks source link

error in console after event triggered #26

Closed 13ruce1337 closed 10 years ago

13ruce1337 commented 10 years ago

console returns:

event.returnValue is deprecated. Please use the standard event.preventDefault() instead. 

returns in console after any event function. I am aware that it is JQuery and that the newer version fixes this issue will reintegrate

13ruce1337 commented 10 years ago

converting pages to:

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
13ruce1337 commented 10 years ago

updated jquery version on html pages.