Index: remoting/webapp/html/toolbar.html |
diff --git a/remoting/webapp/html/toolbar.html b/remoting/webapp/html/toolbar.html |
index 74fecbd61984a01c7c1f40587181ffdf76f03545..04b9cfec539cc8e96273a998da4dc673bf8e6ce5 100644 |
--- a/remoting/webapp/html/toolbar.html |
+++ b/remoting/webapp/html/toolbar.html |
@@ -5,7 +5,7 @@ found in the LICENSE file. |
--> |
<div id="session-toolbar" |
data-ui-mode="in-session" |
- class="toolbar-container" |
+ class="toolbar-container apps-v1-only" |
hidden> |
<div class="toolbar-border"> |
@@ -60,8 +60,8 @@ found in the LICENSE file. |
<span class="menu-button" id="help-feedback-toolbar"> |
<img src="icon_help.webp" class="menu-button-activator help-icon"> |
<ul class="right-align"> |
- <li id="help-toolbar" i18n-content="HELP"></li> |
- <li id="send-feedback-toolbar" i18n-content="ACTIONBAR_FEEDBACK"></li> |
+ <li class="menu-help" i18n-content="HELP"></li> |
+ <li class="menu-feedback" i18n-content="ACTIONBAR_FEEDBACK"></li> |
</ul> |
</span> |