From 0193f6280ce311c86e097ed38ad5802d3dcf7734 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Tue, 3 Jun 2008 15:16:29 +0000 Subject: 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 --- share/www/script/jquery.couch.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/www/script/jquery.couch.js') 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) { -- cgit v1.2.3