This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients chris.jerdonek, codefisher, docs@python, eric.araujo, ezio.melotti, georg.brandl, loewis, python-dev, stutzbach, techtonik, terry.reedy, yselivanov
Date 2012-10-28.03:51:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351396317.09.0.999927427323.issue8040@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that the docs site has old jquery - 1.4, and current JS script uses $.get, which got support for 'error' callbacks only in 1.5

So right now, if a URL doesn't exist for the version the user is about to switch to, it just fails with a JS error.

I'm attaching one more (hopefully last!) patch to fix that.

Thanks.
History
Date User Action Args
2012-10-28 03:51:57yselivanovsetrecipients: + yselivanov, loewis, georg.brandl, terry.reedy, techtonik, stutzbach, ezio.melotti, eric.araujo, chris.jerdonek, docs@python, codefisher, python-dev
2012-10-28 03:51:57yselivanovsetmessageid: <1351396317.09.0.999927427323.issue8040@psf.upfronthosting.co.za>
2012-10-28 03:51:57yselivanovlinkissue8040 messages
2012-10-28 03:51:56yselivanovcreate