diff options
Diffstat (limited to 'remoting/webapp')
-rw-r--r-- | remoting/webapp/main.html | 16 |
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> |