summaryrefslogtreecommitdiff
path: root/share/www/browse
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2009-01-07 21:37:38 +0000
committerJohn Christopher Anderson <jchris@apache.org>2009-01-07 21:37:38 +0000
commit7f975737b0b2f84445bae6c402786b2e682db74a (patch)
treeb6b820b9be6cbf389b5a7e87a8a308ddcd544be9 /share/www/browse
parentb4b3f972483c20f17266987d94ae3b32ed00aa2d (diff)
backing out r732413 - Futon browse history, due to Safari incompatibility
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@732510 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/browse')
-rw-r--r--share/www/browse/database.html3
-rw-r--r--share/www/browse/document.html3
2 files changed, 0 insertions, 6 deletions
diff --git a/share/www/browse/database.html b/share/www/browse/database.html
index a3c08804..6b12ed7d 100644
--- a/share/www/browse/database.html
+++ b/share/www/browse/database.html
@@ -103,9 +103,6 @@ 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>
diff --git a/share/www/browse/document.html b/share/www/browse/document.html
index f4f6fff9..09136533 100644
--- a/share/www/browse/document.html
+++ b/share/www/browse/document.html
@@ -64,9 +64,6 @@ 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>