Details
Description
When navigating to a deleted/missing document in futon, couchdb v 1.1.1 and below used to pop up a javascript alert to the user to say the doc was deleted/missing
since this change:
http://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commitdiff;h=2ef8ecc08dc232e86d24f3bbbee083ba57182d5a
It now throws an uncaught exception in the javascript console, and all the user sees is a spinning icon.
reverting line 1025 of jquery.couch.js to be an alert again resumes the old behaviour.
I do not know the reason for the change, but we do like to know if a document is deleted/missing when accessed through the futon url.