From 1ddff48dbb8f18d3bde189477827164528a8d938 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Tue, 21 Jul 2009 21:10:45 +0000 Subject: Put the database name in the Futon sidebar in the link title, so it is still available in its entirety as a tooltip, even when the link text is cut off. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@796537 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/futon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/www/script/futon.js b/share/www/script/futon.js index bdfbe93a..3f524094 100644 --- a/share/www/script/futon.js +++ b/share/www/script/futon.js @@ -67,7 +67,7 @@ if (name) { $("#dbs").append("
  • " + "" + - "" + name + + "" + name + "
  • "); } }); -- cgit v1.2.3