Hi ppl,
so, the thing is :
when someone clicks on a link to my website and page loads, prototypeJS is supposed to observe if there is a #elementId in the URL and stop browser from jumping to the element and do it with scrollTo().
I've seen this before but only with jQuery, but couldn't figure out how to do it with prototypeJS.