diff options
author | Florian <stayawake@lavabit.com> | 2014-01-24 12:42:31 +0100 |
---|---|---|
committer | Florian <stayawake@lavabit.com> | 2014-01-24 12:42:31 +0100 |
commit | 7d2bfcdbbf8115753c442fdf03df65356318e0c0 (patch) | |
tree | 33113c40e3cb39a10744046b1021cfee31f477d8 /js | |
parent | bc50f913be4924dae5f88ea40bda783a558dc35f (diff) |
missing closing curly bracket
Diffstat (limited to 'js')
-rw-r--r-- | js/cctv-control.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/cctv-control.js b/js/cctv-control.js index b85fa89..da49ca2 100644 --- a/js/cctv-control.js +++ b/js/cctv-control.js @@ -47,7 +47,7 @@ function controlCam(direction) { request.send(); return false; } - +} function keyDown(event) { |