From dc72d72058f2fef88bf2cd3d876501c2d0344939 Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Wed, 7 Jul 2010 01:05:01 +0000 Subject: avoid Futon popup when listing databases that cant be accessed git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@961052 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/futon.browse.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'share') diff --git a/share/www/script/futon.browse.js b/share/www/script/futon.browse.js index 354a6a60..0e8b4213 100644 --- a/share/www/script/futon.browse.js +++ b/share/www/script/futon.browse.js @@ -62,7 +62,8 @@ .find("td.size").text($.futon.formatSize(info.disk_size)).end() .find("td.count").text(info.doc_count).end() .find("td.seq").text(info.update_seq); - } + }, + error : function() {} }); }); $("#databases tbody tr:odd").addClass("odd"); -- cgit v1.2.3