GitHub user cli opened a pull request:
https://github.com/apache/couchdb/pull/99
Remove usage of $.browser as it is gone since jQuery 1.9.
IE browser detection is done using plain old JavaScript, so it should work
with jQuery >1.9 and >2.0.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cli/couchdb master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb/pull/99.patch
----
commit 4dd5686753f2da13b73cb260b3d6d4cc54ca9691
Author: Christian Lins <[email protected]>
Date: 2013-10-18T12:55:39Z
Remove usage of $.browser as it is gone since jQuery 1.9.
IE browser detection is done using plain old JavaScript.
----