summaryrefslogtreecommitdiffstats
path: root/remoting/webapp
diff options
context:
space:
mode:
authorjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-12 04:24:43 +0000
committerjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-12 04:24:43 +0000
commitbeab38fc69a1a31fb11b2d301ea137fb15575d80 (patch)
tree218d3614abfbc43ceae47f717e4958b21053e019 /remoting/webapp
parentcdc8a3ed999010e02a7a211fde639826eed2ecb8 (diff)
downloadchromium_src-beab38fc69a1a31fb11b2d301ea137fb15575d80.zip
chromium_src-beab38fc69a1a31fb11b2d301ea137fb15575d80.tar.gz
chromium_src-beab38fc69a1a31fb11b2d301ea137fb15575d80.tar.bz2
Hide butter-bar if not on the home screen.
This removes from the in-session mode. Review URL: https://chromiumcodereview.appspot.com/16775007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205722 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp')
-rw-r--r--remoting/webapp/main.html16
1 files changed, 9 insertions, 7 deletions
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html
index 2c4d331..97a37e9 100644
--- a/remoting/webapp/main.html
+++ b/remoting/webapp/main.html
@@ -89,13 +89,15 @@ found in the LICENSE file.
</div>
</header>
- <div id="butter-bar" hidden>
- <p>
- <span id="butter-bar-message"></span>
- <a id="butter-bar-dismiss" href="#">
- <img src="icon_cross.webp" class="close-icon">
- </a>
- </p>
+ <div data-ui-mode="home">
+ <div id="butter-bar" hidden>
+ <p>
+ <span id="butter-bar-message"></span>
+ <a id="butter-bar-dismiss" href="#">
+ <img src="icon_cross.webp" class="close-icon">
+ </a>
+ </p>
+ </div>
</div>
<div data-ui-mode="home" hidden>