From 7f975737b0b2f84445bae6c402786b2e682db74a Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Wed, 7 Jan 2009 21:37:38 +0000 Subject: 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 --- THANKS | 2 - share/www/browse/database.html | 3 - share/www/browse/document.html | 3 - share/www/index.html | 21 +----- share/www/script/jquery.history.js | 150 ------------------------------------- 5 files changed, 2 insertions(+), 177 deletions(-) delete mode 100644 share/www/script/jquery.history.js diff --git a/THANKS b/THANKS index 988c1b6b..c00a60a4 100644 --- a/THANKS +++ b/THANKS @@ -12,7 +12,6 @@ Some of these people are: * Yoan Blanc * Paul Carey * Benoit Chesneau - * Jason Davies * Paul Joseph Davis * Michael Gottesman * Michael Hendricks @@ -24,6 +23,5 @@ Some of these people are: * Sam Ruby * Dirk Schalge * Carlos Valiente - * Luke Venediger For a list of authors see the `AUTHORS` file. 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; }); 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; }); diff --git a/share/www/index.html b/share/www/index.html index a20754b8..37217384 100644 --- a/share/www/index.html +++ b/share/www/index.html @@ -30,8 +30,7 @@ specific language governing permissions and limitations under the License. - -