diff options
author | John Christopher Anderson <jchris@apache.org> | 2010-01-07 19:42:51 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2010-01-07 19:42:51 +0000 |
commit | aa44e253f47089e249612c496df85798922ac546 (patch) | |
tree | 9448f185c1500c2e1ccaffe841a5342fd1829577 /share/www/script/jquery.couch.js | |
parent | 3a1f041e07c75001cf52cbae1391dcd801c17396 (diff) |
cleanup patch for merge to trunk
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/account@896982 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/script/jquery.couch.js')
-rw-r--r-- | share/www/script/jquery.couch.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/www/script/jquery.couch.js b/share/www/script/jquery.couch.js index 8328af60..7e8a0236 100644 --- a/share/www/script/jquery.couch.js +++ b/share/www/script/jquery.couch.js @@ -136,7 +136,6 @@ }, logout: function(options) { options = options || {}; - // TODO this should also login as the logged-out guy using basic auth $.ajax({ type: "DELETE", url: "/_session", dataType: "json", username : "_", password : "_", |