diff options
author | John Christopher Anderson <jchris@apache.org> | 2009-01-07 18:21:23 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2009-01-07 18:21:23 +0000 |
commit | aa48faa19166a1f31d3f2ba6a7c28cc7535b7c6d (patch) | |
tree | fdf7a81cf1c66f7c9d202084936ea9a24e85050b /share/www/browse/document.html | |
parent | f4d88a0164ac42b3781ebd9d170668ff95f7d9ca (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/document.html')
-rw-r--r-- | share/www/browse/document.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/www/browse/document.html b/share/www/browse/document.html index 09136533..f4f6fff9 100644 --- a/share/www/browse/document.html +++ b/share/www/browse/document.html @@ -64,6 +64,9 @@ specific language governing permissions and limitations under the License. $("#toolbar button.add").click(page.addField); $("#toolbar button.load").click(page.uploadAttachment); $("#toolbar button.delete").click(page.deleteDocument); + + // Update the title + document.title = "View Document " + page.docId; }); </script> </head> |