From 482d19963237d4640e08bbb25585f2016328a004 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Mon, 26 Jan 2009 22:10:58 +0000 Subject: Rename 'Custom query' in Futon to 'Temporary view', and add a warning about the use of temp views. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@737893 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/futon.browse.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'share/www/script') diff --git a/share/www/script/futon.browse.js b/share/www/script/futon.browse.js index f05e92d5..30cff66e 100644 --- a/share/www/script/futon.browse.js +++ b/share/www/script/futon.browse.js @@ -207,6 +207,9 @@ ); } page.populateLanguagesMenu(); + if (this.isTempView) { + $("#tempwarn").show(); + } } // Populate the languages dropdown, and listen to selection changes -- cgit v1.2.3