diff options
author | Florian <stayawake@lavabit.com> | 2014-02-16 00:58:49 +0100 |
---|---|---|
committer | Florian <stayawake@lavabit.com> | 2014-02-16 00:58:49 +0100 |
commit | 010549c41168b6f3d47f236c647c6246e3c809a6 (patch) | |
tree | fd678c66ef39b553f1e66cd7d9a9bdc460ef7054 /cam.html | |
parent | 1adff22c4bd400991e22496f657746fb725fdbd1 (diff) |
bugfix: enter triggers hide form, after form display due to focus
Diffstat (limited to 'cam.html')
-rw-r--r-- | cam.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ <script src="js/cctv-control.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="css/cam.css"> </head> -<body onkeydown="keyDown(event)"> +<body onkeydown="keyDown(event)" id='body'> <div id="screen"> <img src="img/testbild.gif" id="camImage"> </div> |