diff options
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) { |