I've noticed that the MS ajax framework touches the action of the default form during Sys.Application.initialize
, appending location.hash to it. This is interfering with other code in my app that expects different behaviour.
What does the framework do with that? It refers to the values it puts on the hash as 'state', but how do I find out what it's communicating and from where?