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