diff options
author | Jan Lehnardt <jan@apache.org> | 2009-03-17 11:52:57 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2009-03-17 11:52:57 +0000 |
commit | 2ee3c710ae726c31812cabb4827e777687ab660c (patch) | |
tree | 8021b824ae8a3a787663b7ca6bf08f9dceb8abe2 /share/www/script | |
parent | 32277eecee96b3c34ae71ea2e0fc9e9284f1dcb7 (diff) |
show group=true notice only when view results are shown
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@755205 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/script')
-rw-r--r-- | share/www/script/futon.browse.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/www/script/futon.browse.js b/share/www/script/futon.browse.js index 30cff66e..5fd09f94 100644 --- a/share/www/script/futon.browse.js +++ b/share/www/script/futon.browse.js @@ -199,12 +199,14 @@ } $("#language").change(updateDirtyState); }); + $("#grouptruenotice").show(); } else if (viewName == "_temp_view") { page.viewLanguage = $.cookies.get(db.name + ".language", page.viewLanguage); page.updateViewEditor( $.cookies.get(db.name + ".map", templates[page.viewLanguage]), $.cookies.get(db.name + ".reduce", "") ); + $("#grouptruenotice").show(); } page.populateLanguagesMenu(); if (this.isTempView) { |