diff options
author | Christopher Lenz <cmlenz@apache.org> | 2009-01-26 22:10:58 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2009-01-26 22:10:58 +0000 |
commit | 482d19963237d4640e08bbb25585f2016328a004 (patch) | |
tree | a32c6fd53e2361507e012a5e6791503c9de0fff6 /share/www/script | |
parent | cbd43c6bbc72360bd15cfeca87ef6ac85493988b (diff) |
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
Diffstat (limited to 'share/www/script')
-rw-r--r-- | share/www/script/futon.browse.js | 3 |
1 files changed, 3 insertions, 0 deletions
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 |