summaryrefslogtreecommitdiff
path: root/share/www/browse/database.html
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2009-01-07 18:21:23 +0000
committerJohn Christopher Anderson <jchris@apache.org>2009-01-07 18:21:23 +0000
commitaa48faa19166a1f31d3f2ba6a7c28cc7535b7c6d (patch)
treefdf7a81cf1c66f7c9d202084936ea9a24e85050b /share/www/browse/database.html
parentf4d88a0164ac42b3781ebd9d170668ff95f7d9ca (diff)
Futon history browsing - applied patch from COUCHDB-186
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@732413 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/browse/database.html')
-rw-r--r--share/www/browse/database.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/www/browse/database.html b/share/www/browse/database.html
index 6b12ed7d..a3c08804 100644
--- a/share/www/browse/database.html
+++ b/share/www/browse/database.html
@@ -103,6 +103,9 @@ specific language governing permissions and limitations under the License.
$("#toolbar button.add").click(page.addDocument);
$("#toolbar button.compact").click(page.compactDatabase);
$("#toolbar button.delete").click(page.deleteDatabase);
+
+ // Update title
+ document.title = "Browse Database " + page.db.name;
});
</script>
</head>