diff options
-rw-r--r-- | public/common/client.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/common/client.js b/public/common/client.js index d911ecc..2d6e94d 100644 --- a/public/common/client.js +++ b/public/common/client.js @@ -791,7 +791,6 @@ function toggle_fullscreen() { if ("ontouchstart" in window) { document.querySelector("header").ondblclick = toggle_fullscreen - document.querySelector("main").ondblclick = toggle_fullscreen } /* SNAPSHOT VIEW */ |