From 75ab4ae3e4a423c0f85cd87a2237453fd43bfba8 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Wed, 14 Jan 2009 13:41:32 +0000 Subject: Refactor the inline editing Javascript code in Futon to make it reusable. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@734390 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/database.html | 1 + 1 file changed, 1 insertion(+) (limited to 'share/www/database.html') diff --git a/share/www/database.html b/share/www/database.html index 8f0b6d5d..3b968487 100644 --- a/share/www/database.html +++ b/share/www/database.html @@ -37,6 +37,7 @@ specific language governing permissions and limitations under the License. }); $(function() { + if (page.redirecting) return; $("h1 strong").text(page.db.name); var viewPath = (page.viewName || "_all_docs").replace(/^_design\//, "_view/"); if (viewPath != "_slow_view" && viewPath != "_design_docs") { -- cgit v1.2.3