The only thing I can think of short of stepping through the
javascript with firebug is to make sure you're doing searches which
are not going to return any results lest one of the results is
somehow causing javascript to be executed.
The offending clause is probably a
window.location.reload()
or maybe window.location.href = something.
so you might try doing a search with js disabled and then looking at
the source code for the page and text searching for the word "location".
Caleb
Daniel Johansson wrote:
You are right, after disabling javascript the search
appears to work without
issues (except for the 'Search..' string not clearing in the input box).
I looked in the error console and did not see anything. There are two
warnings but they are generated on all pages.