summaryrefslogtreecommitdiff
path: root/share/www/script/jquery.couch.js
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2008-06-03 15:16:29 +0000
committerChristopher Lenz <cmlenz@apache.org>2008-06-03 15:16:29 +0000
commit0193f6280ce311c86e097ed38ad5802d3dcf7734 (patch)
tree16c90d6903ca00e1b70d3f9cdd7b49f750bc35b3 /share/www/script/jquery.couch.js
parent3544891c723ddb79a3daa54ae3d50a42851447d1 (diff)
Futon: fixes for IE6/7 compatibility, some minor polish for the map/reduce code editor, updated logo to match the version used elsewhere.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@662823 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/script/jquery.couch.js')
-rw-r--r--share/www/script/jquery.couch.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/www/script/jquery.couch.js b/share/www/script/jquery.couch.js
index 1e3e623c..2121cf0c 100644
--- a/share/www/script/jquery.couch.js
+++ b/share/www/script/jquery.couch.js
@@ -11,7 +11,7 @@
// the License.
(function($) {
- $.couch = $.couch || {}
+ $.couch = $.couch || {};
$.fn.extend($.couch, {
allDbs: function(options) {
@@ -120,7 +120,7 @@
alert("An error occurred retrieving a list of all documents: " +
resp.reason);
}
- },
+ }
});
},
openDoc: function(docId, options) {