diff options
author | Maxim Devaev <[email protected]> | 2021-10-06 02:55:13 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-10-06 02:55:13 +0300 |
commit | 67b846ea551d961b958980cf644031e435e6f020 (patch) | |
tree | 4ab2157a91c1f6cbc0b962e70815ba21a0b5a60f /web/index.html | |
parent | 463237229dbb4f65d5c62ed471f7100f1de4b0ce (diff) |
refactoring
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.html b/web/index.html index c0cf343f..c684511f 100644 --- a/web/index.html +++ b/web/index.html @@ -73,7 +73,7 @@ <div id="apps-box"> <h4>Loading ...</h4> </div> - <div class="keyboard-warning"> + <div id="app-keyboard-warning"> <hr> <p class="text"> Please note that when you are working with a KVM session or another application that captures the keyboard, @@ -92,4 +92,4 @@ </div> </div> </body> -</html> +</html>
\ No newline at end of file |