Comment 3 for bug 456025

Revision history for this message
Douglas Bagnall (douglasbagnall) wrote : Re: Local documentation searching does not work in Firefox

It's a typo in the symlink:

$ ls -al /usr/share/doc/python/html/_static/jquery.js
lrwxrwxrwx 1 root root 38 2009-10-30 16:48 /usr/share/doc/python/html/_static/jquery.js -> ../../../../javacript/jquery/jquery.js

That should be

../../../../javascript/jquery/jquery.js

not
../../../../javacript/jquery/jquery.js

(there's an "s" in "javascript")