From f4a4cbee8b7ba958aafe378921fa6246900f6f05 Mon Sep 17 00:00:00 2001 From: Unrud Date: Tue, 30 Jul 2019 07:48:21 +0200 Subject: [PATCH 001/232] Flatpak: Update dependencies --- flatpak/com.github.unrud.RemoteTouchpad.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatpak/com.github.unrud.RemoteTouchpad.yaml b/flatpak/com.github.unrud.RemoteTouchpad.yaml index d708b92..c5f01d7 100644 --- a/flatpak/com.github.unrud.RemoteTouchpad.yaml +++ b/flatpak/com.github.unrud.RemoteTouchpad.yaml @@ -14,7 +14,7 @@ modules: sources: - type: git url: https://github.com/golang/net - commit: f4e77d36d62c17c2336347bb2670ddbd02d092b7 + commit: ca1201d0de80cfde86cb01aea620983605dfe99b dest: src/golang.org/x/net - type: git url: https://github.com/skip2/go-qrcode From ebf02bdbea6402b0e57808c6b6db88afcff4bb20 Mon Sep 17 00:00:00 2001 From: Unrud Date: Fri, 11 Oct 2019 17:12:48 +0200 Subject: [PATCH 002/232] Flatpak: Move AppData to metainfo --- flatpak/com.github.unrud.RemoteTouchpad.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatpak/com.github.unrud.RemoteTouchpad.yaml b/flatpak/com.github.unrud.RemoteTouchpad.yaml index c5f01d7..b993c00 100644 --- a/flatpak/com.github.unrud.RemoteTouchpad.yaml +++ b/flatpak/com.github.unrud.RemoteTouchpad.yaml @@ -38,7 +38,7 @@ modules: github.com/unrud/remote-touchpad - install -Dm0755 -t /app/bin remote-touchpad - install -Dm0755 -t /app/bin src/github.com/unrud/remote-touchpad/desktop/remote-touchpad-wait-on-error - - install -Dm0644 -t /app/share/appdata src/github.com/unrud/remote-touchpad/desktop/com.github.unrud.RemoteTouchpad.appdata.xml + - install -Dm0644 -t /app/share/metainfo src/github.com/unrud/remote-touchpad/desktop/com.github.unrud.RemoteTouchpad.appdata.xml - install -Dm0644 -t /app/share/applications src/github.com/unrud/remote-touchpad/desktop/com.github.unrud.RemoteTouchpad.desktop - install -Dm0644 src/github.com/unrud/remote-touchpad/desktop/remote-touchpad_64.png /app/share/icons/hicolor/64x64/apps/com.github.unrud.RemoteTouchpad.png From 5bcda69519dd4ebd278ec1de8a72d2e7b6de92bc Mon Sep 17 00:00:00 2001 From: Unrud Date: Mon, 28 Oct 2019 01:50:08 +0100 Subject: [PATCH 003/232] Add space between name and email in copyright --- backend.go | 2 +- backend_portal.go | 2 +- backend_portal_disabled.go | 2 +- backend_windows.go | 2 +- backend_windows_disabled.go | 2 +- backend_x11.go | 2 +- backend_x11_disabled.go | 2 +- bindata.generated.go | 4 ++-- host.go | 2 +- icon_font/icon.sfd | 2 +- keysyms.generator.go | 2 +- keysyms.go | 2 +- main.go | 2 +- qr.go | 2 +- terminal_color.go | 2 +- terminal_color_posix.go | 2 +- terminal_color_windows.go | 2 +- webdata/fn.js | 2 +- 18 files changed, 19 insertions(+), 19 deletions(-) diff --git a/backend.go b/backend.go index f7f6a0e..98f7682 100644 --- a/backend.go +++ b/backend.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Unrud + * Copyright (c) 2018 Unrud * * This file is part of Remote-Touchpad. * diff --git a/backend_portal.go b/backend_portal.go index a7c535c..1f1bc6f 100644 --- a/backend_portal.go +++ b/backend_portal.go @@ -1,7 +1,7 @@ // +build portal /* - * Copyright (c) 2018 Unrud + * Copyright (c) 2018 Unrud * * This file is part of Remote-Touchpad. * diff --git a/backend_portal_disabled.go b/backend_portal_disabled.go index 0a04b04..499d5f5 100644 --- a/backend_portal_disabled.go +++ b/backend_portal_disabled.go @@ -1,7 +1,7 @@ // +build !portal /* - * Copyright (c) 2018 Unrud + * Copyright (c) 2018 Unrud * * This file is part of Remote-Touchpad. * diff --git a/backend_windows.go b/backend_windows.go index d0ee684..2b25cc7 100644 --- a/backend_windows.go +++ b/backend_windows.go @@ -1,7 +1,7 @@ // +build windows /* - * Copyright (c) 2018 Unrud + * Copyright (c) 2018 Unrud * * This file is part of Remote-Touchpad. * diff --git a/backend_windows_disabled.go b/backend_windows_disabled.go index a46f860..5d902ea 100644 --- a/backend_windows_disabled.go +++ b/backend_windows_disabled.go @@ -1,7 +1,7 @@ // +build !windows /* - * Copyright (c) 2018 Unrud + * Copyright (c) 2018 Unrud * * This file is part of Remote-Touchpad. * diff --git a/backend_x11.go b/backend_x11.go index c5f8fef..6749408 100644 --- a/backend_x11.go +++ b/backend_x11.go @@ -1,7 +1,7 @@ // +build x11 /* - * Copyright (c) 2018 Unrud + * Copyright (c) 2018 Unrud * * This file is part of Remote-Touchpad. * diff --git a/backend_x11_disabled.go b/backend_x11_disabled.go index a1c347f..8a68e22 100644 --- a/backend_x11_disabled.go +++ b/backend_x11_disabled.go @@ -1,7 +1,7 @@ // +build !x11 /* - * Copyright (c) 2018 Unrud + * Copyright (c) 2018 Unrud * * This file is part of Remote-Touchpad. * diff --git a/bindata.generated.go b/bindata.generated.go index 73d2db5..6882d52 100644 --- a/bindata.generated.go +++ b/bindata.generated.go @@ -75,7 +75,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _webdataFnJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x3a\x5b\x6f\xdb\x3c\x96\xef\xfe\x15\xa7\x7a\x28\xe4\xc6\x71\xe2\x74\xbb\x33\x88\xeb\xee\xba\x89\xfb\x25\x68\x6e\xb0\x9d\xaf\x35\x82\x20\xa0\xa5\x63\x5b\x13\x59\xd4\x88\x54\x1c\x77\x9a\xff\xbe\xa0\xae\x24\x45\xc9\x69\xf1\xcd\x3e\x2c\x56\x40\x53\x59\x3c\xe7\xf0\xdc\x2f\x94\x0e\xde\xb5\xe0\x1d\x00\xc0\x09\x0d\xb7\x91\xb7\x5c\x71\xb0\x9d\x36\x1c\x1d\xf6\xfe\x0e\xb7\x41\x14\xbb\x1f\x63\xf1\xf7\xbf\x69\xcc\x7d\x4a\x1f\xbb\x0e\x5d\x7f\x6a\x41\x8e\x34\x5d\x79\x0c\x16\x9e\x8f\xe0\x31\x08\x49\xc4\x81\x2e\x60\x8c\x6b\xca\x71\x7f\x4a\x63\x67\x15\x12\xb7\x5b\x82\x6b\x2b\x02\x69\x11\x21\x02\xa3\x0b\xbe\x21\x11\x1e\xc3\x96\xc6\xe0\x90\x00\x22\x74\x3d\xc6\x23\x6f\x1e\x73\x04\x8f\x03\x09\xdc\x03\x1a\xc1\x9a\xba\xde\x62\x9b\x51\xf3\x38\xc4\x81\x8b\x11\xf0\x15\x02\xc7\x68\xcd\xc4\xee\xe2\xc7\x1f\x57\xb7\xf0\x07\x06\x18\x11\x1f\x6e\xe2\xb9\xef\x39\x70\xe1\x39\x18\x30\x04\xc2\x20\x14\x4f\xd8\x0a\x5d\x98\xe7\xa4\x04\xd2\x17\xc1\xc9\x24\xe3\x04\xbe\xd0\x38\x70\x09\xf7\x68\xd0\x01\xf4\xf8\x0a\x23\x78\xc2\x88\x79\x34\x80\xf7\xf9\x36\x19\xcd\x0e\xd0\x28\xa3\x63\x13\x2e\x44\x88\x80\x86\x02\xb5\x0d\x24\xd8\x82\x4f\x78\x89\xdd\xac\x8d\x52\x68\x17\xbc\x20\xd9\x64\x45\x43\x04\xbe\x22\x5c\xc8\xbb\xf1\x7c\x1f\xe6\x08\x31\xc3\x45\xec\x77\x32\x42\xf3\x98\xc3\xb7\xf3\xe9\xd9\xf5\xed\x14\x86\x57\x33\xf8\x36\x1c\x8f\x87\x57\xd3\x59\x1f\x36\x1e\x5f\xd1\x98\x03\x3e\x61\x4a\xcd\x5b\x87\xbe\x87\x2e\x6c\x48\x14\x91\x80\x6f\x81\x2e\x32\x22\x97\xa3\xf1\xc9\xd9\xf0\x6a\x3a\xfc\x7c\x7e\x71\x3e\x9d\x01\x8d\xe0\xcb\xf9\xf4\x6a\x34\x99\xc0\x97\xeb\x31\x0c\xe1\x66\x38\x9e\x9e\x9f\xdc\x5e\x0c\xc7\x70\x73\x3b\xbe\xb9\x9e\x8c\xba\x00\x13\x14\xcc\x61\x46\xa3\x41\xef\x8b\xc4\x7a\x11\x82\x8b\x9c\x78\x3e\x2b\xf5\x30\xa3\x31\xb0\x15\x8d\x7d\x17\x56\xe4\x09\x21\x42\x07\xbd\x27\x74\x81\x80\x43\xc3\xed\x6e\x9b\xa6\x64\x88\x4f\x83\x65\x22\x70\xc5\x01\x01\xce\x17\x10\x50\xde\x01\x86\x08\x1f\x57\x9c\x87\xc7\x07\x07\x9b\xcd\xa6\xbb\x0c\xe2\x2e\x8d\x96\x07\x7e\x4a\x89\x1d\x7c\x12\x7c\x1d\xb4\x5a\x07\x07\x70\xd7\x83\x84\x42\x07\x8e\xd2\x1b\x64\x1d\x78\x9f\xdf\xde\xb7\x1c\x1a\x30\x0e\xd3\xeb\xdb\x93\xb3\x87\xcb\xeb\x3f\x47\x0f\xd3\xb3\xf1\x68\x72\x76\x7d\x71\x0a\x03\xb8\xeb\x1d\x76\xa0\xf7\x41\xfc\xbb\xef\x2b\xa0\xd3\xf3\xcb\x91\x30\xd4\x00\x8e\x3e\x1c\xf6\x93\x8d\xee\xc2\xe7\x03\xd6\x81\x75\xec\xf3\xfb\x0e\x74\xbb\xdd\x9c\xf8\xcd\xf5\xf9\xd5\x74\x34\x7e\x18\x9e\x9c\x8c\x2e\x46\xe3\xe1\xf4\xfc\xfa\x4a\x10\x6f\x09\x65\xdf\x1d\x76\xe0\xf0\xbe\x93\xde\xff\xfd\x6f\x1d\xe8\xe5\x3f\x7a\x7f\x7b\x2f\xfd\xfa\xf0\xe1\x7d\x07\x8e\xee\x5b\xf7\xfd\x96\x46\xf6\xf3\xed\x74\x7a\x7d\xf5\x70\x31\xfa\x22\xd8\x39\xec\x9b\x97\xc7\xe7\x7f\x9c\x89\xf5\x5e\xcd\xfa\xe5\xf9\xe9\xe9\xc5\x48\xc8\x53\x6c\xf0\x75\x34\x7b\xf8\xf3\xfa\xe2\xf6\x72\xf4\x70\x79\x3b\x1d\xc9\xc4\xa5\xa5\xd3\xeb\x6f\x57\x32\x5d\x69\xe9\xf6\x26\xa5\x57\x2e\x5c\x8e\x4e\xcf\x87\x0f\x37\x17\xc3\xd9\xc3\xcd\xf0\x76\x22\x68\xbe\x37\xac\x8f\x47\x7f\x3e\x4c\xc7\xc3\x93\xaf\x30\x80\xff\xa8\xae\x5f\x8d\xbe\x4f\x8b\xf5\x0f\xfd\x56\xeb\x89\x44\xb0\x61\xfd\xe4\xff\x90\xb8\xc5\x8d\x4f\xe6\xe8\x67\xeb\x5c\x58\xfc\x92\x0a\x97\x1c\xc0\x82\xf8\x0c\xfb\xe5\xf3\x09\x17\x59\x2f\x11\xb0\x78\x76\x41\x18\x1f\x05\xae\xf6\x74\x8c\x3e\x12\x86\xee\x09\x8d\x03\x09\x83\x06\x4b\xea\x05\xcb\xcc\xad\x84\x75\xef\xd3\x85\x35\x7d\xc2\xef\x93\x78\x5d\x82\x8a\x27\x33\xe5\x09\x73\x22\xea\xfb\xdf\x0d\xcf\x54\x38\x37\x22\xcb\xa5\x17\x2c\x55\x01\xf2\xa7\x53\x6f\x8d\x22\x4b\x0c\x20\x88\x7d\x5f\xa6\xa2\xa0\xb4\x16\x71\xe0\x88\xb4\x06\x8b\xd8\xf7\x99\x13\x21\x06\xa3\x80\xcc\x7d\x74\xed\x36\xfc\x2b\xf1\xb6\x08\x79\x1c\x05\x60\xbb\xd4\x89\xd7\x18\xf0\x6e\x05\x14\x7e\xfe\x4c\x20\xc5\x55\x40\x6d\x70\xfe\xe8\xf1\x2f\xaf\x82\x5d\xd3\x1f\x02\x70\xb2\x1b\x90\x35\x12\x4c\xa4\x6a\xf7\x5b\x2f\x92\x60\x11\xfe\x33\x46\x26\x31\x62\x63\x2e\x99\xb7\x00\x1b\xbb\x15\x80\x7c\x59\x5c\x86\x65\xbb\xdd\x4f\x96\x5f\x00\x7d\x86\x19\x91\x54\xda\x71\x33\xa9\x1a\x20\x23\xc1\x35\xfd\x21\x01\x4e\x0c\xd4\x4c\x10\x66\x52\x6c\x07\x5f\x06\x80\x82\x90\xa2\x4b\x7c\xf6\x14\x18\x49\x8f\x85\x89\x54\x18\x79\xa3\x1a\x10\x03\xcf\x9a\x13\x8d\x76\x93\x34\x01\x36\x11\x5e\xd3\x1f\x27\x24\x70\xd0\x37\x6b\xb7\x09\xae\x91\x2c\x7b\x05\xaf\x3a\x90\x59\xd7\x52\x94\xf9\x28\xf0\x5e\x15\x90\x29\xe8\xeb\x02\xb2\x01\x56\x0d\xc8\x26\x40\xd6\x48\x50\x24\x1f\x2d\x1e\x89\xeb\x96\x28\xce\x8a\x04\x4b\x1c\x3d\x61\xc0\x2f\x3c\xc6\x45\x2f\x60\xfb\xd9\x8d\xd1\xbb\xaa\xa2\xbe\x19\x0c\x92\x9e\x71\xe1\x05\xe8\x1a\xf5\x4d\x5c\x57\xdd\xc1\x5a\x68\x0c\x58\x1d\x28\x76\xdd\xe5\x8c\x55\x79\x7f\x87\x83\x94\xd6\xef\xf1\x61\x34\xce\xef\x30\xb1\xa6\x3f\x7e\x93\x03\x83\xd5\x7f\x87\x81\xcb\x49\x49\xe7\xa4\x6e\x7f\xc5\x7b\x44\xfb\x98\xd4\x55\x9b\xa7\x8d\x1c\xf7\xd6\x38\xe1\x64\x1d\x6a\xd1\x51\xee\xef\xb9\x18\x70\x6f\xe1\x61\x74\x9c\x56\xed\x6e\xf9\xa4\x53\x40\x85\x64\x89\xdf\x73\x80\xe4\x87\xb6\x96\x74\x05\x0d\x00\x33\x79\x6d\xa6\xad\x55\x90\x25\x80\x42\x82\xe3\xf2\x36\x95\x5c\x0d\x1c\xb9\xab\x38\x0f\x5c\x7c\xfe\xbc\x3d\x77\x6d\xcf\x9d\xd2\x2f\x5e\x50\x68\x5c\x34\xe5\xb6\xa8\xf6\x5e\xd2\x2a\x80\x07\x1f\xb5\x7e\xa4\xeb\x63\xb0\xe4\xab\x3e\x78\x7b\x7b\xb2\x9d\x12\x24\xd1\xe1\xa8\xe0\x77\xde\xbd\xa4\xb0\x7e\xab\xd4\xeb\x02\x6c\x01\x3f\x00\x9d\x87\xfc\xca\x4c\xe1\xf5\x8b\xa7\x2f\xad\xf2\x6f\xb6\xba\xdf\x53\xc5\x74\x88\xef\xc4\x62\xbe\xba\xa1\x5e\xc0\x31\x1a\x3a\x0e\xfa\x18\x25\x73\xdb\x65\xec\x73\x9b\x85\x88\x8d\xe2\x9a\x5a\xec\x3a\xa1\xd9\x11\x0c\x8c\x08\x77\xde\xfd\xdd\xe1\x7d\xc9\x39\x69\x02\xec\x49\x80\x42\x2d\xec\x08\x3e\x0e\x40\x61\x34\xbf\x1c\x1a\x70\x2f\x88\x51\xd7\x49\xa1\x51\xa1\xd0\xc3\x1a\x4d\x92\x23\x13\x1a\xeb\xd5\xb2\x06\xfb\xd0\xd3\xe4\xd8\x05\x2c\xcb\x92\x57\x9a\x54\xe7\xb0\x0f\xac\xd7\x86\x83\x44\xbe\xe4\xbe\x0d\xef\xc0\x26\xe2\x07\xe9\xb5\x61\x0f\x48\xaf\x2f\x19\x58\x88\xd3\x60\x0b\xf8\xa4\xca\x99\x6d\x66\xe4\xad\x89\x8c\xc2\xb5\xe2\x5a\x3d\x3d\x80\x4e\xd5\xee\xb8\xa8\xa8\x75\x5d\xb3\x58\xdb\xb0\x2e\xc3\xc0\xb5\xad\xb9\x05\x7b\xc6\x39\x6b\x0f\xac\xfe\xa1\xa5\x95\xb9\x38\x74\x09\x47\x31\x62\x0c\x03\x77\x92\x74\xde\xc5\x76\xc5\x28\x00\x03\xb8\x24\x7c\xd5\xe5\x51\x1c\x38\x76\x3e\x1d\x64\x89\xaf\x18\x0f\xaa\x50\xb3\x12\x4a\x28\x39\x59\x25\x73\x96\x52\x68\xc3\xa7\x01\xf4\xe0\xe7\x4f\x50\x9e\xcf\xd2\xe7\xb2\xc6\x8b\x71\x64\x7f\x90\xde\xf7\x95\xa5\x99\xb4\x34\x2b\x97\x0a\x85\xac\x85\x42\x52\x39\x84\x0a\xf2\x5f\xb3\xb6\x6c\x0a\x69\xa4\x51\xe5\x28\xe7\x1c\x49\xde\x6c\xd0\x31\x41\xd6\xc9\x9c\xd1\x31\x48\x9d\xe1\x55\xe5\x96\x46\xac\xfd\x41\xfe\xab\xaf\x2d\xcf\x94\xe5\x99\xbe\x9c\x8e\x51\x3c\x92\x23\xb9\xd0\x0c\x13\xba\xc8\xa5\xce\x75\x93\xb3\x63\x2a\x6b\x2b\x12\xb8\x3e\x26\x55\xc2\xc6\x27\x2e\xb7\x3e\xc6\xe4\x5d\x49\x12\xca\xe0\x8a\x4f\xbc\x5b\x94\x92\xbe\x0a\xa3\x0d\xbd\xca\x9a\x61\x9c\xcd\xd7\xab\xd3\xa6\x6a\x62\x5e\xcc\xba\x62\xf3\xb4\x97\x70\x33\x9e\xfb\xb5\x99\x9a\x37\x57\x24\x21\x3e\x2f\xab\x10\x27\xd1\x12\xd3\x46\x23\x24\x2e\xbc\x7d\x0b\xb5\x8b\xc9\xac\xff\x2b\xa9\x57\x70\x1d\x46\x28\xda\x93\x53\x5c\x10\x51\x67\xda\x25\x9c\x66\x83\x30\x66\x2b\x5b\xeb\x44\x12\x2e\x3a\xaa\xea\xdb\x6d\x4d\xc1\xca\x29\x82\x2c\xe5\x9b\x5c\xbf\x3a\xcf\xd2\x89\x41\x7d\xa6\xa8\x04\x6d\x53\xc2\x50\xe5\x56\x4e\x1b\x9a\xa2\x53\x0b\x8c\xe6\x00\xcd\xc5\xd2\xf3\xaa\xb0\x4e\x32\x12\xe8\x96\xf1\x91\x44\x79\x52\xd6\x90\x34\x19\x9b\x52\xb5\xc1\x59\xd5\x00\x55\x4b\x6d\x11\xc8\x3a\x3b\x65\x1c\x2f\x2c\x6d\x7b\xc3\x19\x8a\x4a\xdc\x14\xd7\xa3\xc0\x95\xa3\xfa\xdf\x16\x2f\x69\x07\xf7\xac\xb5\x70\x65\xaf\xc8\x4d\x1d\x9d\x66\x32\x81\xff\xb1\xda\x80\x34\xc5\x8e\x16\x1d\x2c\xf4\x3d\x07\x05\xa1\x0e\xf4\xf4\x08\x50\x52\xcc\xde\x5e\x6d\x7c\xd4\xa4\xb0\x7f\xa3\xd9\x40\x4e\x38\x6a\x26\xfc\x64\x3c\x12\xce\xac\x50\xc9\xc2\x79\x86\x2d\x5d\xef\xe5\x15\xc9\xbc\x48\x67\xda\xd6\xa2\xa8\xbd\x7d\x5b\xc9\xc3\xf2\xae\xbf\xd0\xa1\xfc\xc5\xdc\xbc\x91\x04\x7e\xfb\x56\x35\x1a\xec\xcb\x45\xe9\xa3\x7a\x54\xae\x7b\xed\x3c\xe6\x9c\x06\xd5\xbc\x68\x2a\x4b\x5a\x31\x87\xf4\x6d\x49\x8a\x6e\x10\x5e\xb2\x74\x39\xc9\x9a\xe9\x1e\xbd\x96\x6e\x72\x7e\xfe\x0b\x84\xdf\xbf\x96\x70\x7a\xf0\x6e\x0a\x32\xd5\xc8\x19\xbe\xb0\x6b\xcf\xd2\x22\x38\xa7\x6d\xd4\x86\xce\x48\x35\x9d\x32\xe4\x79\x26\xae\x34\xcc\x1d\xcd\x8a\x15\x15\xd4\x04\xa4\xce\xf3\xa1\x55\x29\x46\xa6\xbc\x99\x9e\xbc\xfd\x7f\xea\xfc\x4b\x52\x67\x4d\x6e\x82\xff\xed\x62\x28\x58\xd0\x4d\xca\xe2\xf5\xf7\x32\xf8\xb3\x27\x33\xf5\xc9\xff\x25\xb3\x27\x2d\x5f\x69\x10\x1d\x35\x79\x91\xe3\x31\x9e\x77\x59\xec\x9f\x11\x4f\x07\x9e\x90\x6e\x64\x9e\x92\x63\x28\xd8\xaf\x9c\xd8\xb8\xcf\xd9\x5a\x92\x7c\x3b\x22\xb1\xed\x29\x3b\x88\xab\x8e\xe0\xac\x81\xe0\xac\x20\xa8\xb9\x42\x7d\x39\x69\x2c\x9e\xf2\x59\x71\x7e\x25\x92\x9b\xb1\xee\xcc\x5b\xec\x43\xef\xde\x44\xa9\xa1\x1e\x7d\x1a\xd4\x17\xa4\xfc\x6a\x88\x18\xd5\x9c\x2f\x8a\x3f\x25\xee\xf4\x2b\x46\xea\xab\xe8\xdb\x2a\x7a\xa3\x49\x54\x74\x21\xef\x29\xfa\x9c\xe8\x99\xa0\x86\x84\x21\x53\x24\xd1\xb8\x37\x10\x82\xbc\xdb\x7d\x1c\x57\x8c\xdb\xee\x73\x1b\x0e\xa4\xfd\xdf\x41\xef\xf0\xf0\xb0\xad\xd0\x9d\x25\x74\xb7\xbf\x46\x77\xbb\x83\x6e\xad\x62\x0d\x76\xd8\x8d\x35\x33\xa8\xbf\x19\xab\x54\xb1\x31\xf9\x6a\xad\x65\x73\xb7\x94\xa7\xf1\x26\xff\x6c\x6c\xdd\x92\x23\x90\x9d\xd3\xe4\xde\x20\xb1\x72\xcd\xf8\x98\xae\xce\x8c\x0d\x4e\xed\xc6\x95\xe6\x49\x3b\x65\xa9\x6c\xa7\x1d\xb3\xa8\x1b\x16\x77\xc6\x73\x34\xe3\x9b\x81\x15\xf1\x05\x37\x38\x46\x16\xd2\x80\xa1\xbd\x46\xc6\xc8\x12\x95\x42\xb3\x22\xd7\xf3\x7f\x88\xa1\x11\x37\xf0\x0f\x36\x39\x1b\xda\xd6\xe4\x6c\xb8\x7f\xf4\xe1\x3f\xad\x0e\x58\xd3\xd1\xf7\x69\x5e\xe4\x52\xd0\x2e\x43\x7e\x76\x39\x3c\xf9\x8a\xdb\x9c\x9e\x19\x2e\xe5\xd3\xde\x78\x81\x4b\x37\x5d\x9f\x3a\x89\x27\x77\x57\x84\xad\xba\x2c\x9e\x33\x1e\xd9\xbd\x3c\x69\x66\xc7\x93\x73\x4e\x89\x9d\xa1\x2f\xd3\x6d\x6c\xeb\xf3\x6c\x3a\x9a\x58\xed\xf4\x34\x31\xa3\x56\x7d\x71\xe2\x53\xe2\x5a\x1d\xc8\x85\x57\x4e\x16\x49\xcc\x57\xa2\x54\x39\x84\xeb\x27\x3d\xc9\xc7\x09\x21\x06\x69\xc9\x2e\x5e\xcc\x2c\x91\x67\x6f\x71\x92\xa2\x67\x65\x20\x96\x74\x30\xe7\xf8\x94\x25\xd4\x6a\x91\x52\x88\x1c\x27\x24\x8d\xc0\x21\x91\x21\x93\xd3\x9a\x1d\xe0\x09\x8c\xcc\xd1\x23\x6e\x59\x13\x8e\x58\xd7\xe0\xe7\x94\x44\x8d\x6c\xe5\x30\x32\x5e\xf9\x86\xac\x68\xda\x6b\xf1\x75\x58\x99\x0e\xc7\x67\xde\x84\x2b\xd6\x05\x7c\xda\xca\xe4\x5e\xcd\x56\x74\x33\x71\x30\x40\x9b\x89\xbf\x72\x8c\xdd\x65\x66\xea\x64\xc6\xe9\x08\x55\x76\x12\xbd\x74\x0a\x69\xef\xbb\x0b\x1a\x8d\x88\xb3\xb2\x0b\x92\x36\xea\x91\x8a\x5d\xc6\xb7\x3e\x76\x5d\x8f\x85\x3e\x11\xf5\x07\x45\x44\x27\x3b\xc2\x7f\x81\xb5\xf0\xf1\xd9\x82\x63\xb0\x02\x1a\xa0\x25\x45\x69\x11\x88\x55\xa6\xbf\xe2\x96\xd9\xca\x67\x06\xc6\x77\xde\x69\x04\xe5\x32\x0a\xde\xb5\xee\x6a\xe5\x31\x4e\xa3\x6d\x97\x71\xc2\x11\xde\x0c\x20\x33\xac\x26\x42\x0e\x16\xc6\x4c\x54\x78\x8e\x99\x03\x74\xc0\x32\xcd\x1a\x46\x7e\x13\x85\xfd\x0e\xcf\x09\xa2\xdc\xae\xe3\x33\xef\x2e\xa8\x13\x33\xfb\x35\xd2\x64\x2e\xf7\x2a\x89\x52\xd8\x26\xa9\x92\xcd\x9f\x88\x1f\x23\x0c\xc0\xb2\xf2\x24\x95\xb3\x9b\x39\x4d\xee\x68\xe9\xc7\x52\x37\x11\xe5\xd4\xa1\x22\x06\xad\x0d\x63\xc7\x56\x79\xce\x5e\x64\xb2\xb0\x80\x19\x80\x95\x7c\x6f\x67\xa9\x87\x10\x2a\x91\x9c\x46\xca\xdb\x86\x65\x39\xf7\x1b\xce\x27\xd4\x79\x44\x6e\x4b\x08\x7b\x60\x1d\x1c\x88\x11\xb1\x4c\x9b\x94\xf1\x80\xac\x51\x6a\x5b\x25\x4e\x68\xc4\x85\x5b\x1e\x2b\x28\xc9\xd3\x63\xa1\x18\x09\xc9\x3a\xd8\xb0\x22\xa8\x36\xac\x4b\x83\x2c\x89\x8b\xbc\x98\x27\xcf\xe4\xd4\x57\x2f\xb0\x4a\x16\x35\xcc\x44\x49\xcc\xd9\x5a\x17\x9c\x26\x76\x53\x19\xd3\x93\xb2\xf9\xc5\x41\xb5\x86\x25\xbc\x75\x5d\xc2\x49\xbb\xd1\x95\x06\x4d\xae\xa4\xfa\xb7\xb1\xac\x1b\xa9\x55\xc3\xac\x8c\xec\xe6\xc9\xbf\xf4\xb7\x90\xb8\x55\x4f\x95\x0d\x92\x28\x52\x36\xc7\xaf\x06\x60\x9a\xfd\xf2\x54\x94\x91\x6e\x2c\x0b\x79\x72\x36\x14\x56\xc7\xf7\x9c\x47\xab\x53\x08\x9a\x91\xdd\x59\x31\x5e\x4f\x52\x4e\x16\xc9\x1c\x68\xf8\xf2\x4e\x56\x81\x5e\x53\x2a\xb9\x5a\xce\xca\x2f\x2d\x23\x4a\x3d\x53\x46\xad\x0b\xb6\x0c\x9f\x1f\x55\xca\x46\xad\x71\x8c\x3e\x51\xfd\x90\xce\xe8\x1b\xd9\x93\xbb\x7f\x79\xee\x31\x58\x61\x84\x4f\x3c\x22\xce\x63\xa6\xe0\xa4\xb2\x1d\x1b\x3f\x0f\x7d\xc9\x3e\xa9\xc8\x10\x7d\xb2\x0d\x49\xcc\xb0\x16\xb1\xf8\xee\x54\x45\x0c\xf0\x99\x37\xee\x58\x7e\x70\xaa\x22\x3e\x51\x3f\x5e\xa3\x4b\x37\x41\x15\x53\xfa\x3c\xd6\x84\xb4\x8e\xb9\x81\x4f\xe9\x73\x5b\x13\x52\x1c\xd6\xa2\xdc\xde\xbc\x54\x0b\xbf\x4d\x8d\x5f\xe5\x68\x1e\x4d\xbb\x9e\xdb\xe0\xc5\x8a\x45\x8d\xce\x93\x5f\xc5\xb9\xd1\xa3\x48\xd3\xb4\xfb\x88\x5b\x2d\x5b\xe6\xa6\x2e\x6e\x6a\xa3\x4c\x10\xda\x1d\x61\xad\x9d\x7c\x25\x43\x58\x59\x1f\x45\xfd\xad\xa4\x38\x85\x77\x2e\x78\x2f\x31\x34\x01\xa0\xae\xdc\xaa\x2e\x5d\x50\x4d\xbb\xf9\x3c\xd5\xce\x89\xf3\xa8\x04\x4d\x76\x9f\x81\xd1\x20\xa4\x61\x96\x8e\xeb\xc3\x34\x24\xae\x96\x10\xde\xe4\x19\xc1\x74\x22\x92\xa7\xab\x5f\xc4\x61\x75\xf0\x26\x05\xbf\xb2\x94\x80\x52\x4e\x34\xbd\xed\x28\x4c\xe6\x32\x07\x0d\xa5\x0e\xea\xb2\x12\x34\x54\x2b\x30\x9c\xf2\xbc\xec\x70\xd5\x08\xc5\x6c\xf6\x57\x38\x6b\xd1\xd9\xa4\x24\x4d\xae\x22\xac\x5f\xdd\x21\x39\x48\x60\x9c\x44\xdc\xea\xc8\x5f\x16\x74\x8a\xef\xa3\x77\xe0\x62\xe0\x16\x98\xa3\xc0\x7d\x35\x9e\x93\x9c\xd7\x17\xa8\xe9\xf1\xfd\xab\xb1\xd7\xf4\x09\x0b\x5c\x31\xf0\x97\x98\x2f\xe5\xed\xff\x04\x00\x00\xff\xff\x6c\xc0\x5f\x65\xdd\x34\x00\x00") +var _webdataFnJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x3a\x5b\x6f\xdb\x3c\x96\xef\xfe\x15\xa7\x7a\x28\xe4\xc6\x71\xe2\x74\xbb\x33\x88\xeb\xee\xba\x89\xfb\x25\x68\x6e\xb0\x9d\xaf\x35\x82\x20\xa0\xa5\x63\x5b\x13\x59\xd4\x88\x54\x1c\x77\x9a\xff\xbe\xa0\xae\x24\x45\xc9\x69\xf1\xcd\x3e\x2c\x56\x40\x1b\x59\x3c\xe7\xf0\xdc\x2f\x94\x0e\xde\xb5\xe0\x1d\x00\xc0\x09\x0d\xb7\x91\xb7\x5c\x71\xb0\x9d\x36\x1c\x1d\xf6\xfe\x0e\xb7\x41\x14\xbb\xf0\x31\x16\x7f\xfe\x9b\xc6\xdc\xa7\xf4\xb1\xeb\xd0\xf5\xa7\x16\xe4\x58\xd3\x95\xc7\x60\xe1\xf9\x08\x1e\x83\x90\x44\x1c\xe8\x02\xc6\xb8\xa6\x1c\xf7\xa7\x34\x76\x56\x21\x71\xbb\x25\xb8\xb6\x22\x90\x16\x11\x22\x30\xba\xe0\x1b\x12\xe1\x31\x6c\x69\x0c\x0e\x09\x20\x42\xd7\x63\x3c\xf2\xe6\x31\x47\xf0\x38\x90\xc0\x3d\xa0\x11\xac\xa9\xeb\x2d\xb6\x19\x35\x8f\x43\x1c\xb8\x18\x01\x5f\x21\x70\x8c\xd6\x4c\xec\x2e\x7e\xfc\x71\x75\x0b\x7f\x60\x80\x11\xf1\xe1\x26\x9e\xfb\x9e\x03\x17\x9e\x83\x01\x43\x20\x0c\x42\xf1\x84\xad\xd0\x85\x79\x4e\x4a\x20\x7d\x11\x9c\x4c\x32\x4e\xe0\x0b\x8d\x03\x97\x70\x8f\x06\x1d\x40\x8f\xaf\x30\x82\x27\x8c\x98\x47\x03\x78\x9f\x6f\x93\xd1\xec\x00\x8d\x32\x3a\x36\xe1\x42\x84\x08\x68\x28\x50\xdb\x40\x82\x2d\xf8\x84\x97\xd8\xcd\xda\x28\x85\x76\xc1\x0b\x92\x4d\x56\x34\x44\xe0\x2b\xc2\x85\xbc\x1b\xcf\xf7\x61\x8e\x10\x33\x5c\xc4\x7e\x27\x23\x34\x8f\x39\x7c\x3b\x9f\x9e\x5d\xdf\x4e\x61\x78\x35\x83\x6f\xc3\xf1\x78\x78\x35\x9d\xf5\x61\xe3\xf1\x15\x8d\x39\xe0\x13\xa6\xd4\xbc\x75\xe8\x7b\xe8\xc2\x86\x44\x11\x09\xf8\x16\xe8\x22\x23\x72\x39\x1a\x9f\x9c\x0d\xaf\xa6\xc3\xcf\xe7\x17\xe7\xd3\x19\xd0\x08\xbe\x9c\x4f\xaf\x46\x93\x09\x7c\xb9\x1e\xc3\x10\x6e\x86\xe3\xe9\xf9\xc9\xed\xc5\x70\x0c\x37\xb7\xe3\x9b\xeb\xc9\xa8\x0b\x30\x41\xc1\x1c\x66\x34\x1a\xf4\xbe\x48\xac\x17\x21\xb8\xc8\x89\xe7\xb3\x52\x0f\x33\x1a\x03\x5b\xd1\xd8\x77\x61\x45\x9e\x10\x22\x74\xd0\x7b\x42\x17\x08\x38\x34\xdc\xee\xb6\x69\x4a\x86\xf8\x34\x58\x26\x02\x57\x1c\x10\xe0\x7c\x01\x01\xe5\x1d\x60\x88\xf0\x71\xc5\x79\x78\x7c\x70\xb0\xd9\x6c\xba\xcb\x20\xee\xd2\x68\x79\xe0\xa7\x94\xd8\xc1\x27\xc1\xd7\x41\xab\x75\x70\x00\x77\x3d\x48\x28\x74\xe0\x28\xbd\x41\xd6\x81\xf7\xf9\xed\x7d\xcb\xa1\x01\xe3\x30\xbd\xbe\x3d\x39\x7b\xb8\xbc\xfe\x73\xf4\x30\x3d\x1b\x8f\x26\x67\xd7\x17\xa7\x30\x80\xbb\xde\x61\x07\x7a\x1f\xc4\xbf\xfb\xbe\x02\x3a\x3d\xbf\x1c\x09\x43\x0d\xe0\xe8\xc3\x61\x3f\xd9\xe8\x2e\x7c\x3e\x60\x1d\x58\xc7\x3e\xbf\xef\x40\xb7\xdb\xcd\x89\xdf\x5c\x9f\x5f\x4d\x47\xe3\x87\xe1\xc9\xc9\xe8\x62\x34\x1e\x4e\xcf\xaf\xaf\x04\xf1\x96\x50\xf6\xdd\x61\x07\x0e\xef\x3b\xe9\xfd\xdf\xff\xd6\x81\x5e\xfe\xa3\xf7\xb7\xf7\xd2\xaf\x0f\x1f\xde\x77\xe0\xe8\xbe\x75\xdf\x6f\x69\x64\x3f\xdf\x4e\xa7\xd7\x57\x0f\x17\xa3\x2f\x82\x9d\xc3\xbe\x79\x79\x7c\xfe\xc7\x99\x58\xef\xd5\xac\x5f\x9e\x9f\x9e\x5e\x8c\x84\x3c\xc5\x06\x5f\x47\xb3\x87\x3f\xaf\x2f\x6e\x2f\x47\x0f\x97\xb7\xd3\x91\x4c\x5c\x5a\x3a\xbd\xfe\x76\x25\xd3\x95\x96\x6e\x6f\x52\x7a\xe5\xc2\xe5\xe8\xf4\x7c\xf8\x70\x73\x31\x9c\x3d\xdc\x0c\x6f\x27\x82\xe6\x7b\xc3\xfa\x78\xf4\xe7\xc3\x74\x3c\x3c\xf9\x0a\x03\xf8\x8f\xea\xfa\xd5\xe8\xfb\xb4\x58\xff\xd0\x6f\xb5\x9e\x48\x04\x1b\xd6\x4f\xfe\x86\xc4\x2d\x6e\x7c\x32\x47\x3f\x5b\xe7\xc2\xe2\x97\x54\xb8\xe4\x00\x16\xc4\x67\xd8\x2f\x9f\x4f\xb8\xc8\x7a\x89\x80\xc5\xb3\x0b\xc2\xf8\x28\x70\xb5\xa7\x63\xf4\x91\x30\x74\x4f\x68\x1c\x48\x18\x34\x58\x52\x2f\x58\x66\x6e\x25\xac\x7b\x9f\x2e\xac\xe9\x13\x7e\x9f\xc4\xeb\x12\x54\x3c\x99\x29\x4f\x98\x13\x51\xdf\xff\x6e\x78\xa6\xc2\xb9\x11\x59\x2e\xbd\x60\xa9\x0a\x90\x3f\x9d\x7a\x6b\x14\x59\x62\x00\x41\xec\xfb\x32\x15\x05\xa5\xb5\x88\x03\x47\xa4\x35\x58\xc4\xbe\xcf\x9c\x08\x31\x18\x05\x64\xee\xa3\x6b\xb7\xe1\x5f\x89\xb7\x45\xc8\xe3\x28\x00\xdb\xa5\x4e\xbc\xc6\x80\x77\x2b\xa0\xf0\xf3\x67\x02\x29\xae\x02\x6a\x83\xf3\x47\x8f\x7f\x79\x15\xec\x9a\xfe\x10\x80\x93\xdd\x80\xac\x91\x60\x22\x55\xbb\xdf\x7a\x91\x04\x8b\xf0\x9f\x31\x32\x89\x11\x1b\x73\xc9\xbc\x05\xd8\xd8\xad\x00\xe4\xcb\xe2\x32\x2c\xdb\xed\x7e\xb2\xfc\x02\xe8\x33\xcc\x88\xa4\xd2\x8e\x9b\x49\xd5\x00\x19\x09\xae\xe9\x0f\x09\x70\x62\xa0\x66\x82\x30\x93\x62\x3b\xf8\x32\x00\x14\x84\x14\x5d\xe2\xb3\xa7\xc0\x48\x7a\x2c\x4c\xa4\xc2\xc8\x1b\xd5\x80\x18\x78\xd6\x9c\x68\xb4\x9b\xa4\x09\xb0\x89\xf0\x9a\xfe\x38\x21\x81\x83\xbe\x59\xbb\x4d\x70\x8d\x64\xd9\x2b\x78\xd5\x81\xcc\xba\x96\xa2\xcc\x47\x81\xf7\xaa\x80\x4c\x41\x5f\x17\x90\x0d\xb0\x6a\x40\x36\x01\xb2\x46\x82\x22\xf9\x68\xf1\x48\x5c\xb7\x44\x71\x56\x24\x58\xe2\xe8\x09\x03\x7e\xe1\x31\x2e\x7a\x01\xdb\xcf\x6e\x8c\xde\x55\x15\xf5\xcd\x60\x90\xf4\x8c\x0b\x2f\x40\xd7\xa8\x6f\xe2\xba\xea\x0e\xd6\x42\x63\xc0\xea\x40\xb1\xeb\x2e\x67\xac\xca\xfb\x3b\x1c\xa4\xb4\x7e\x8f\x0f\xa3\x71\x7e\x87\x89\x35\xfd\xf1\x9b\x1c\x18\xac\xfe\x3b\x0c\x5c\x4e\x4a\x3a\x27\x75\xfb\x2b\xde\x23\xda\xc7\xa4\xae\xda\x3c\x6d\xe4\xb8\xb7\xc6\x09\x27\xeb\x50\x8b\x8e\x72\x7f\xcf\xc5\x80\x7b\x0b\x0f\xa3\xe3\xb4\x6a\x77\xcb\x27\x9d\x02\x2a\x24\x4b\xfc\x9e\x03\x24\x3f\xb4\xb5\xa4\x2b\x68\x00\x98\xc9\x6b\x33\x6d\xad\x82\x2c\x01\x14\x12\x1c\x97\xb7\xa9\xe4\x6a\xe0\xc8\x5d\xc5\x79\xe0\xe2\xf3\xe7\xed\xb9\x6b\x7b\xee\x94\x7e\xf1\x82\x42\xe3\xa2\x29\xb7\x45\xb5\xf7\x92\x56\x01\x3c\xf8\xa8\xf5\x23\x5d\x1f\x83\x25\x5f\xf5\xc1\xdb\xdb\x93\xed\x94\x20\x89\x0e\x47\x05\xbf\xf3\xee\x25\x85\xf5\x5b\xa5\x5e\x17\x60\x0b\xf8\x01\xe8\x3c\xe4\x57\x66\x0a\xaf\x5f\x3c\x7d\x69\x95\xff\x67\xab\xfb\x3d\x55\x4c\x87\xf8\x4e\x2c\xe6\xab\x1b\xea\x05\x1c\xa3\xa1\xe3\xa0\x8f\x51\x32\xb7\x5d\xc6\x3e\xb7\x59\x88\xd8\x28\xae\xa9\xc5\xae\x13\x9a\x1d\xc1\xc0\x88\x70\xe7\xdd\xdf\x1d\xde\x97\x9c\x93\x26\xc0\x9e\x04\x28\xd4\xc2\x8e\xe0\xe3\x00\x14\x46\xf3\xcb\xa1\x01\xf7\x82\x18\x75\x9d\x14\x1a\x15\x0a\x3d\xac\xd1\x24\x39\x32\xa1\xb1\x5e\x2d\x6b\xb0\x0f\x3d\x4d\x8e\x5d\xc0\xb2\x2c\x79\xa5\x49\x75\x0e\xfb\xc0\x7a\x6d\x38\x48\xe4\x4b\xee\xdb\xf0\x0e\x6c\x22\x7e\x90\x5e\x1b\xf6\x80\xf4\xfa\x92\x81\x85\x38\x0d\xb6\x80\x4f\xaa\x9c\xd9\x66\x46\xde\x9a\xc8\x28\x5c\x2b\xae\xd5\xd3\x03\xe8\x54\xed\x8e\x8b\x8a\x5a\xd7\x35\x8b\xb5\x0d\xeb\x32\x0c\x5c\xdb\x9a\x5b\xb0\x67\x9c\xb3\xf6\xc0\xea\x1f\x5a\x5a\x99\x8b\x43\x97\x70\x14\x23\xc6\x30\x70\x27\x49\xe7\x5d\x6c\x57\x8c\x02\x30\x80\x4b\xc2\x57\x5d\x1e\xc5\x81\x63\xe7\xd3\x41\x96\xf8\x8a\xf1\xa0\x0a\x35\x2b\xa1\x84\x92\x93\x55\x32\x67\x29\x85\x36\x7c\x1a\x40\x0f\x7e\xfe\x04\xe5\xf9\x2c\x7d\x2e\x6b\xbc\x18\x47\xf6\x07\xe9\x7d\x5f\x59\x9a\x49\x4b\xb3\x72\xa9\x50\xc8\x5a\x28\x24\x95\x43\xa8\x20\xff\x35\x6b\xcb\xa6\x90\x46\x1a\x55\x8e\x72\xce\x91\xe4\xcd\x06\x1d\x13\x64\x9d\xcc\x19\x1d\x83\xd4\x19\x5e\x55\x6e\x69\xc4\xda\x1f\xe4\xbf\xfa\xda\xf2\x4c\x59\x9e\xe9\xcb\xe9\x18\xc5\x23\x39\x92\x0b\xcd\x30\xa1\x8b\x5c\xea\x5c\x37\x39\x3b\xa6\xb2\xb6\x22\x81\xeb\x63\x52\x25\x6c\x7c\xe2\x72\xeb\x63\x4c\xde\x95\x24\xa1\x0c\xae\xf8\xc4\xbb\x45\x29\xe9\xab\x30\xda\xd0\xab\xac\x19\xc6\xd9\x7c\xbd\x3a\x6d\xaa\x26\xe6\xc5\xac\x2b\x36\x4f\x7b\x09\x37\xe3\xb9\x5f\x9b\xa9\x79\x73\x45\x12\xe2\xf3\xb2\x0a\x71\x12\x2d\x31\x6d\x34\x42\xe2\xc2\xdb\xb7\x50\xbb\x98\xcc\xfa\xbf\x92\x7a\x05\xd7\x61\x84\xa2\x3d\x39\xc5\x05\x11\x75\xa6\x5d\xc2\x69\x36\x08\x63\xb6\xb2\xb5\x4e\x24\xe1\xa2\xa3\xaa\xbe\xdd\xd6\x14\xac\x9c\x22\xc8\x52\xbe\xc9\xf5\xab\xf3\x2c\x9d\x18\xd4\x67\x8a\x4a\xd0\x36\x25\x0c\x55\x6e\xe5\xb4\xa1\x29\x3a\xb5\xc0\x68\x0e\xd0\x5c\x2c\x3d\xaf\x0a\xeb\x24\x23\x81\x6e\x19\x1f\x49\x94\x27\x65\x0d\x49\x93\xb1\x29\x55\x1b\x9c\x55\x0d\x50\xb5\xd4\x16\x81\xac\xb3\x53\xc6\xf1\xc2\xd2\xb6\x37\x9c\xa1\xa8\xc4\x4d\x71\x3d\x0a\x5c\x39\xaa\xff\x6d\xf1\x92\x76\x70\xcf\x5a\x0b\x57\xf6\x8a\xdc\xd4\xd1\x69\x26\x13\xf8\x1f\xab\x0d\x48\x53\xec\x68\xd1\xc1\x42\xdf\x73\x50\x10\xea\x40\x4f\x8f\x00\x25\xc5\xec\xed\xd5\xc6\x47\x4d\x0a\xfb\x37\x9a\x0d\xe4\x84\xa3\x66\xc2\x4f\xc6\x23\xe1\xcc\x0a\x95\x2c\x9c\x67\xd8\xd2\xf5\x5e\x5e\x91\xcc\x8b\x74\xa6\x6d\x2d\x8a\xda\xdb\xb7\x95\x3c\x2c\xef\xfa\x0b\x1d\xca\x5f\xcc\xcd\x1b\x49\xe0\xb7\x6f\x55\xa3\xc1\xbe\x5c\x94\x3e\xaa\x47\xe5\xba\xd7\xce\x63\xce\x69\x50\xcd\x8b\xa6\xb2\xa4\x15\x73\x48\xdf\x96\xa4\xe8\x06\xe1\x25\x4b\x97\x93\xac\x99\xee\xd1\x6b\xe9\x26\xe7\xe7\xbf\x40\xf8\xfd\x6b\x09\xa7\x07\xef\xa6\x20\x53\x8d\x9c\xe1\x0b\xbb\xf6\x2c\x2d\x82\x73\xda\x46\x6d\xe8\x8c\x54\xd3\x29\x43\x9e\x67\xe2\x4a\xc3\xdc\xd1\xac\x58\x51\x41\x4d\x40\xea\x3c\x1f\x5a\x95\x62\x64\xca\x9b\xe9\xc9\xdb\xff\xa7\xce\xbf\x24\x75\xd6\xe4\x26\xf8\xdf\x2e\x86\x82\x05\xdd\xa4\x2c\x5e\x7f\x2f\x83\x3f\x7b\x32\x53\x9f\xfc\x5f\x32\x7b\xd2\xf2\x95\x06\xd1\x51\x93\x17\x39\x1e\xe3\x79\x97\xc5\xfe\x19\xf1\x74\xe0\x09\xe9\x46\xe6\x29\x39\x86\x82\xfd\xca\x89\x8d\xfb\x9c\xad\x25\xc9\xb7\x23\x12\xdb\x9e\xb2\x83\xb8\xea\x08\xce\x1a\x08\xce\x0a\x82\x9a\x2b\xd4\x97\x93\xc6\xe2\x29\x9f\x15\xe7\x57\x22\xb9\x19\xeb\xce\xbc\xc5\x3e\xf4\xee\x4d\x94\x1a\xea\xd1\xa7\x41\x7d\x41\xca\xaf\x86\x88\x51\xcd\xf9\xa2\xf8\x53\xe2\x4e\xbf\x62\xa4\xbe\x8a\xbe\xad\xa2\x37\x9a\x44\x45\x17\xf2\x9e\xa2\xcf\x89\x9e\x09\x6a\x48\x18\x32\x45\x12\x8d\x7b\x03\x21\xc8\xbb\xdd\xc7\x71\xc5\xb8\xed\x3e\xb7\xe1\x40\xda\xff\x1d\xf4\x0e\x0f\x0f\xdb\x0a\xdd\x59\x42\x77\xfb\x6b\x74\xb7\x3b\xe8\xd6\x2a\xd6\x60\x87\xdd\x58\x33\x83\xfa\x9b\xb1\x4a\x15\x1b\x93\xaf\xd6\x5a\x36\x77\x4b\x79\x1a\x6f\xf2\xcf\xc6\xd6\x2d\x39\x02\xd9\x39\x4d\xee\x0d\x12\x2b\xd7\x8c\x8f\xe9\xea\xcc\xd8\xe0\xd4\x6e\x5c\x69\x9e\xb4\x53\x96\xca\x76\xda\x31\x8b\xba\x61\x71\x67\x3c\x47\x33\xbe\x19\x58\x11\x5f\x70\x83\x63\x64\x21\x0d\x18\xda\x6b\x64\x8c\x2c\x51\x29\x34\x2b\x72\x3d\xff\x87\x18\x1a\x71\x03\xff\x60\x93\xb3\xa1\x6d\x4d\xce\x86\xfb\x47\x1f\xfe\xd3\xea\x80\x35\x1d\x7d\x9f\xe6\x45\x2e\x05\xed\x32\xe4\x67\x97\xc3\x93\xaf\xb8\xcd\xe9\x99\xe1\x52\x3e\xed\x8d\x17\xb8\x74\xd3\xf5\xa9\x93\x78\x72\x77\x45\xd8\xaa\xcb\xe2\x39\xe3\x91\xdd\xcb\x93\x66\x76\x3c\x39\xe7\x94\xd8\x19\xfa\x32\xdd\xc6\xb6\x3e\xcf\xa6\xa3\x89\xd5\x4e\x4f\x13\x33\x6a\xd5\x17\x27\x3e\x25\xae\xd5\x81\x5c\x78\xe5\x64\x91\xc4\x7c\x25\x4a\x95\x43\xb8\x7e\xd2\x93\x7c\x9c\x10\x62\x90\x96\xec\xe2\xc5\xcc\x12\x79\xf6\x16\x27\x29\x7a\x56\x06\x62\x49\x07\x73\x8e\x4f\x59\x42\xad\x16\x29\x85\xc8\x71\x42\xd2\x08\x1c\x12\x19\x32\x39\xad\xd9\x01\x9e\xc0\xc8\x1c\x3d\xe2\x96\x35\xe1\x88\x75\x0d\x7e\x4e\x49\xd4\xc8\x56\x0e\x23\xe3\x95\x6f\xc8\x8a\xa6\xbd\x16\x5f\x87\x95\xe9\x70\x7c\xe6\x4d\xb8\x62\x5d\xc0\xa7\xad\x4c\xee\xd5\x6c\x45\x37\x13\x07\x03\xb4\x99\xf8\x5f\x8e\xb1\xbb\xcc\x4c\x9d\xcc\x38\x1d\xa1\xca\x4e\xa2\x97\x4e\x21\xed\x7d\x77\x41\xa3\x11\x71\x56\x76\x41\xd2\x46\x3d\x52\xb1\xcb\xf8\xd6\xc7\xae\xeb\xb1\xd0\x27\xa2\xfe\xa0\x88\xe8\x64\x47\xf8\x2f\xb0\x16\x3e\x3e\x5b\x70\x0c\x56\x40\x03\xb4\xa4\x28\x2d\x02\xb1\xca\xf4\x57\xdc\x32\x5b\xf9\xcc\xc0\xf8\xce\x3b\x8d\xa0\x5c\x46\xc1\xbb\xd6\x5d\xad\x3c\xc6\x69\xb4\xed\x32\x4e\x38\xc2\x9b\x01\x64\x86\xd5\x44\xc8\xc1\xc2\x98\x89\x0a\xcf\x31\x73\x80\x0e\x58\xa6\x59\xc3\xc8\x6f\xa2\xb0\xdf\xe1\x39\x41\x94\xdb\x75\x7c\xe6\xdd\x05\x75\x62\x66\xbf\x46\x9a\xcc\xe5\x5e\x25\x51\x0a\xdb\x24\x55\xb2\xf9\x13\xf1\x63\x84\x01\x58\x56\x9e\xa4\x72\x76\x33\xa7\xc9\x1d\x2d\xfd\x58\xea\x26\xa2\x9c\x3a\x54\xc4\xa0\xb5\x61\xec\xd8\x2a\xcf\xd9\x8b\x4c\x16\x16\x30\x03\xb0\x92\xef\xed\x2c\xf5\x10\x42\x25\x92\xd3\x48\x79\xdb\xb0\x2c\xe7\x7e\xc3\xf9\x84\x3a\x8f\xc8\x6d\x09\x61\x0f\xac\x83\x03\x31\x22\x96\x69\x93\x32\x1e\x90\x35\x4a\x6d\xab\xc4\x09\x8d\xb8\x70\xcb\x63\x05\x25\x79\x7a\x2c\x14\x23\x21\x59\x07\x1b\x56\x04\xd5\x86\x75\x69\x90\x25\x71\x91\x17\xf3\xe4\x99\x9c\xfa\xea\x05\x56\xc9\xa2\x86\x99\x28\x89\x39\x5b\xeb\x82\xd3\xc4\x6e\x2a\x63\x7a\x52\x36\xbf\x38\xa8\xd6\xb0\x84\xb7\xae\x4b\x38\x69\x37\xba\xd2\xa0\xc9\x95\x54\xff\x36\x96\x75\x23\xb5\x6a\x98\x95\x91\xdd\x3c\xf9\x97\xfe\x16\x12\xb7\xea\xa9\xb2\x41\x12\x45\xca\xe6\xf8\xd5\x00\x4c\xb3\x5f\x9e\x8a\x32\xd2\x8d\x65\x21\x4f\xce\x86\xc2\xea\xf8\x9e\xf3\x68\x75\x0a\x41\x33\xb2\x3b\x2b\xc6\xeb\x49\xca\xc9\x22\x99\x03\x0d\x5f\xde\xc9\x2a\xd0\x6b\x4a\x25\x57\xcb\x59\xf9\xa5\x65\x44\xa9\x67\xca\xa8\x75\xc1\x96\xe1\xf3\xa3\x4a\xd9\xa8\x35\x8e\xd1\x27\xaa\x1f\xd2\x19\x7d\x23\x7b\x72\xf7\x2f\xcf\x3d\x06\x2b\x8c\xf0\x89\x47\xc4\x79\xcc\x14\x9c\x54\xb6\x63\xe3\xe7\xa1\x2f\xd9\x27\x15\x19\xa2\x4f\xb6\x21\x89\x19\xd6\x22\x16\xdf\x9d\xaa\x88\x01\x3e\xf3\xc6\x1d\xcb\x0f\x4e\x55\xc4\x27\xea\xc7\x6b\x74\xe9\x26\xa8\x62\x4a\x9f\xc7\x9a\x90\xd6\x31\x37\xf0\x29\x7d\x6e\x6b\x42\x8a\xc3\x5a\x94\xdb\x9b\x97\x6a\xe1\xb7\xa9\xf1\xab\x1c\xcd\xa3\x69\xd7\x73\x1b\xbc\x58\xb1\xa8\xd1\x79\xf2\xab\x38\x37\x7a\x14\x69\x9a\x76\x1f\x71\xab\x65\xcb\xdc\xd4\xc5\x4d\x6d\x94\x09\x42\xbb\x23\xac\xb5\x93\xaf\x64\x08\x2b\xeb\xa3\xa8\xbf\x95\x14\xa7\xf0\xce\x05\xef\x25\x86\x26\x00\xd4\x95\x5b\xd5\xa5\x0b\xaa\x69\x37\x9f\xa7\xda\x39\x71\x1e\x95\xa0\xc9\xee\x33\x30\x1a\x84\x34\xcc\xd2\x71\x7d\x98\x86\xc4\xd5\x12\xc2\x9b\x3c\x23\x98\x4e\x44\xf2\x74\xf5\x8b\x38\xac\x0e\xde\xa4\xe0\x57\x96\x12\x50\xca\x89\xa6\xb7\x1d\x85\xc9\x5c\xe6\xa0\xa1\xd4\x41\x5d\x56\x82\x86\x6a\x05\x86\x53\x9e\x97\x1d\xae\x1a\xa1\x98\xcd\xfe\x0a\x67\x2d\x3a\x9b\x94\xa4\xc9\x55\x84\xf5\xab\x3b\x24\x07\x09\x8c\x93\x88\x5b\x1d\xf9\xcb\x82\x4e\xf1\x7d\xf4\x0e\x5c\x0c\xdc\x02\x73\x14\xb8\xaf\xc6\x73\x92\xf3\xfa\x02\x35\x3d\xbe\x7f\x35\xf6\x9a\x3e\x61\x81\x2b\x06\xfe\x12\xf3\xa5\xbc\xfd\x9f\x00\x00\x00\xff\xff\x31\x02\x2c\x2b\xde\x34\x00\x00") func webdataFnJsBytes() ([]byte, error) { return bindataRead( @@ -90,7 +90,7 @@ func webdataFnJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "webdata/fn.js", size: 13533, mode: os.FileMode(436), modTime: time.Unix(1, 0)} + info := bindataFileInfo{name: "webdata/fn.js", size: 13534, mode: os.FileMode(436), modTime: time.Unix(1, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/host.go b/host.go index ab891de..7a690e1 100644 --- a/host.go +++ b/host.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Unrud + * Copyright (c) 2018 Unrud * * This file is part of Remote-Touchpad. * diff --git a/icon_font/icon.sfd b/icon_font/icon.sfd index 19f643f..f2a4eb8 100644 --- a/icon_font/icon.sfd +++ b/icon_font/icon.sfd @@ -3,7 +3,7 @@ FontName: Icon FullName: Icon FamilyName: Icon Weight: Regular -Copyright: Copyright (c) 2018 Unrud +Copyright: Copyright (c) 2018 Unrud UComments: "2018-8-29: Created with FontForge (http://fontforge.org)" Version: 001.000 ItalicAngle: 0 diff --git a/keysyms.generator.go b/keysyms.generator.go index 884e89a..17340be 100644 --- a/keysyms.generator.go +++ b/keysyms.generator.go @@ -1,7 +1,7 @@ // +build ignore /* - * Copyright (c) 2018 Unrud + * Copyright (c) 2018 Unrud * * This file is part of Remote-Touchpad. * diff --git a/keysyms.go b/keysyms.go index 5754b26..a81dfd9 100644 --- a/keysyms.go +++ b/keysyms.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Unrud + * Copyright (c) 2018 Unrud * * This file is part of Remote-Touchpad. * diff --git a/main.go b/main.go index 77b4e98..b5c015f 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Unrud + * Copyright (c) 2018 Unrud * * This file is part of Remote-Touchpad. * diff --git a/qr.go b/qr.go index cdfe854..3c94b84 100644 --- a/qr.go +++ b/qr.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Unrud + * Copyright (c) 2018 Unrud * * This file is part of Remote-Touchpad. * diff --git a/terminal_color.go b/terminal_color.go index 325295f..86e559c 100644 --- a/terminal_color.go +++ b/terminal_color.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Unrud + * Copyright (c) 2018 Unrud * * This file is part of Remote-Touchpad. * diff --git a/terminal_color_posix.go b/terminal_color_posix.go index f278c68..9230d71 100644 --- a/terminal_color_posix.go +++ b/terminal_color_posix.go @@ -1,7 +1,7 @@ // +build !windows /* - * Copyright (c) 2018 Unrud + * Copyright (c) 2018 Unrud * * This file is part of Remote-Touchpad. * diff --git a/terminal_color_windows.go b/terminal_color_windows.go index eff4ee9..a3dbf42 100644 --- a/terminal_color_windows.go +++ b/terminal_color_windows.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Unrud + * Copyright (c) 2018 Unrud * * This file is part of Remote-Touchpad. * diff --git a/webdata/fn.js b/webdata/fn.js index cdf8242..a9e8c68 100644 --- a/webdata/fn.js +++ b/webdata/fn.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Unrud + * Copyright (c) 2018 Unrud * * This file is part of Remote-Touchpad. * From 628912633b12d7bf47d1bfc7ea4b6575c9d719f1 Mon Sep 17 00:00:00 2001 From: Unrud Date: Mon, 28 Oct 2019 01:50:09 +0100 Subject: [PATCH 004/232] Cosmetics --- bindata.generated.go | 4 +- webdata/fn.js | 124 +++++++++++++++++++++---------------------- 2 files changed, 63 insertions(+), 65 deletions(-) diff --git a/bindata.generated.go b/bindata.generated.go index 6882d52..d4b0296 100644 --- a/bindata.generated.go +++ b/bindata.generated.go @@ -75,7 +75,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _webdataFnJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x3a\x5b\x6f\xdb\x3c\x96\xef\xfe\x15\xa7\x7a\x28\xe4\xc6\x71\xe2\x74\xbb\x33\x88\xeb\xee\xba\x89\xfb\x25\x68\x6e\xb0\x9d\xaf\x35\x82\x20\xa0\xa5\x63\x5b\x13\x59\xd4\x88\x54\x1c\x77\x9a\xff\xbe\xa0\xae\x24\x45\xc9\x69\xf1\xcd\x3e\x2c\x56\x40\x1b\x59\x3c\xe7\xf0\xdc\x2f\x94\x0e\xde\xb5\xe0\x1d\x00\xc0\x09\x0d\xb7\x91\xb7\x5c\x71\xb0\x9d\x36\x1c\x1d\xf6\xfe\x0e\xb7\x41\x14\xbb\xf0\x31\x16\x7f\xfe\x9b\xc6\xdc\xa7\xf4\xb1\xeb\xd0\xf5\xa7\x16\xe4\x58\xd3\x95\xc7\x60\xe1\xf9\x08\x1e\x83\x90\x44\x1c\xe8\x02\xc6\xb8\xa6\x1c\xf7\xa7\x34\x76\x56\x21\x71\xbb\x25\xb8\xb6\x22\x90\x16\x11\x22\x30\xba\xe0\x1b\x12\xe1\x31\x6c\x69\x0c\x0e\x09\x20\x42\xd7\x63\x3c\xf2\xe6\x31\x47\xf0\x38\x90\xc0\x3d\xa0\x11\xac\xa9\xeb\x2d\xb6\x19\x35\x8f\x43\x1c\xb8\x18\x01\x5f\x21\x70\x8c\xd6\x4c\xec\x2e\x7e\xfc\x71\x75\x0b\x7f\x60\x80\x11\xf1\xe1\x26\x9e\xfb\x9e\x03\x17\x9e\x83\x01\x43\x20\x0c\x42\xf1\x84\xad\xd0\x85\x79\x4e\x4a\x20\x7d\x11\x9c\x4c\x32\x4e\xe0\x0b\x8d\x03\x97\x70\x8f\x06\x1d\x40\x8f\xaf\x30\x82\x27\x8c\x98\x47\x03\x78\x9f\x6f\x93\xd1\xec\x00\x8d\x32\x3a\x36\xe1\x42\x84\x08\x68\x28\x50\xdb\x40\x82\x2d\xf8\x84\x97\xd8\xcd\xda\x28\x85\x76\xc1\x0b\x92\x4d\x56\x34\x44\xe0\x2b\xc2\x85\xbc\x1b\xcf\xf7\x61\x8e\x10\x33\x5c\xc4\x7e\x27\x23\x34\x8f\x39\x7c\x3b\x9f\x9e\x5d\xdf\x4e\x61\x78\x35\x83\x6f\xc3\xf1\x78\x78\x35\x9d\xf5\x61\xe3\xf1\x15\x8d\x39\xe0\x13\xa6\xd4\xbc\x75\xe8\x7b\xe8\xc2\x86\x44\x11\x09\xf8\x16\xe8\x22\x23\x72\x39\x1a\x9f\x9c\x0d\xaf\xa6\xc3\xcf\xe7\x17\xe7\xd3\x19\xd0\x08\xbe\x9c\x4f\xaf\x46\x93\x09\x7c\xb9\x1e\xc3\x10\x6e\x86\xe3\xe9\xf9\xc9\xed\xc5\x70\x0c\x37\xb7\xe3\x9b\xeb\xc9\xa8\x0b\x30\x41\xc1\x1c\x66\x34\x1a\xf4\xbe\x48\xac\x17\x21\xb8\xc8\x89\xe7\xb3\x52\x0f\x33\x1a\x03\x5b\xd1\xd8\x77\x61\x45\x9e\x10\x22\x74\xd0\x7b\x42\x17\x08\x38\x34\xdc\xee\xb6\x69\x4a\x86\xf8\x34\x58\x26\x02\x57\x1c\x10\xe0\x7c\x01\x01\xe5\x1d\x60\x88\xf0\x71\xc5\x79\x78\x7c\x70\xb0\xd9\x6c\xba\xcb\x20\xee\xd2\x68\x79\xe0\xa7\x94\xd8\xc1\x27\xc1\xd7\x41\xab\x75\x70\x00\x77\x3d\x48\x28\x74\xe0\x28\xbd\x41\xd6\x81\xf7\xf9\xed\x7d\xcb\xa1\x01\xe3\x30\xbd\xbe\x3d\x39\x7b\xb8\xbc\xfe\x73\xf4\x30\x3d\x1b\x8f\x26\x67\xd7\x17\xa7\x30\x80\xbb\xde\x61\x07\x7a\x1f\xc4\xbf\xfb\xbe\x02\x3a\x3d\xbf\x1c\x09\x43\x0d\xe0\xe8\xc3\x61\x3f\xd9\xe8\x2e\x7c\x3e\x60\x1d\x58\xc7\x3e\xbf\xef\x40\xb7\xdb\xcd\x89\xdf\x5c\x9f\x5f\x4d\x47\xe3\x87\xe1\xc9\xc9\xe8\x62\x34\x1e\x4e\xcf\xaf\xaf\x04\xf1\x96\x50\xf6\xdd\x61\x07\x0e\xef\x3b\xe9\xfd\xdf\xff\xd6\x81\x5e\xfe\xa3\xf7\xb7\xf7\xd2\xaf\x0f\x1f\xde\x77\xe0\xe8\xbe\x75\xdf\x6f\x69\x64\x3f\xdf\x4e\xa7\xd7\x57\x0f\x17\xa3\x2f\x82\x9d\xc3\xbe\x79\x79\x7c\xfe\xc7\x99\x58\xef\xd5\xac\x5f\x9e\x9f\x9e\x5e\x8c\x84\x3c\xc5\x06\x5f\x47\xb3\x87\x3f\xaf\x2f\x6e\x2f\x47\x0f\x97\xb7\xd3\x91\x4c\x5c\x5a\x3a\xbd\xfe\x76\x25\xd3\x95\x96\x6e\x6f\x52\x7a\xe5\xc2\xe5\xe8\xf4\x7c\xf8\x70\x73\x31\x9c\x3d\xdc\x0c\x6f\x27\x82\xe6\x7b\xc3\xfa\x78\xf4\xe7\xc3\x74\x3c\x3c\xf9\x0a\x03\xf8\x8f\xea\xfa\xd5\xe8\xfb\xb4\x58\xff\xd0\x6f\xb5\x9e\x48\x04\x1b\xd6\x4f\xfe\x86\xc4\x2d\x6e\x7c\x32\x47\x3f\x5b\xe7\xc2\xe2\x97\x54\xb8\xe4\x00\x16\xc4\x67\xd8\x2f\x9f\x4f\xb8\xc8\x7a\x89\x80\xc5\xb3\x0b\xc2\xf8\x28\x70\xb5\xa7\x63\xf4\x91\x30\x74\x4f\x68\x1c\x48\x18\x34\x58\x52\x2f\x58\x66\x6e\x25\xac\x7b\x9f\x2e\xac\xe9\x13\x7e\x9f\xc4\xeb\x12\x54\x3c\x99\x29\x4f\x98\x13\x51\xdf\xff\x6e\x78\xa6\xc2\xb9\x11\x59\x2e\xbd\x60\xa9\x0a\x90\x3f\x9d\x7a\x6b\x14\x59\x62\x00\x41\xec\xfb\x32\x15\x05\xa5\xb5\x88\x03\x47\xa4\x35\x58\xc4\xbe\xcf\x9c\x08\x31\x18\x05\x64\xee\xa3\x6b\xb7\xe1\x5f\x89\xb7\x45\xc8\xe3\x28\x00\xdb\xa5\x4e\xbc\xc6\x80\x77\x2b\xa0\xf0\xf3\x67\x02\x29\xae\x02\x6a\x83\xf3\x47\x8f\x7f\x79\x15\xec\x9a\xfe\x10\x80\x93\xdd\x80\xac\x91\x60\x22\x55\xbb\xdf\x7a\x91\x04\x8b\xf0\x9f\x31\x32\x89\x11\x1b\x73\xc9\xbc\x05\xd8\xd8\xad\x00\xe4\xcb\xe2\x32\x2c\xdb\xed\x7e\xb2\xfc\x02\xe8\x33\xcc\x88\xa4\xd2\x8e\x9b\x49\xd5\x00\x19\x09\xae\xe9\x0f\x09\x70\x62\xa0\x66\x82\x30\x93\x62\x3b\xf8\x32\x00\x14\x84\x14\x5d\xe2\xb3\xa7\xc0\x48\x7a\x2c\x4c\xa4\xc2\xc8\x1b\xd5\x80\x18\x78\xd6\x9c\x68\xb4\x9b\xa4\x09\xb0\x89\xf0\x9a\xfe\x38\x21\x81\x83\xbe\x59\xbb\x4d\x70\x8d\x64\xd9\x2b\x78\xd5\x81\xcc\xba\x96\xa2\xcc\x47\x81\xf7\xaa\x80\x4c\x41\x5f\x17\x90\x0d\xb0\x6a\x40\x36\x01\xb2\x46\x82\x22\xf9\x68\xf1\x48\x5c\xb7\x44\x71\x56\x24\x58\xe2\xe8\x09\x03\x7e\xe1\x31\x2e\x7a\x01\xdb\xcf\x6e\x8c\xde\x55\x15\xf5\xcd\x60\x90\xf4\x8c\x0b\x2f\x40\xd7\xa8\x6f\xe2\xba\xea\x0e\xd6\x42\x63\xc0\xea\x40\xb1\xeb\x2e\x67\xac\xca\xfb\x3b\x1c\xa4\xb4\x7e\x8f\x0f\xa3\x71\x7e\x87\x89\x35\xfd\xf1\x9b\x1c\x18\xac\xfe\x3b\x0c\x5c\x4e\x4a\x3a\x27\x75\xfb\x2b\xde\x23\xda\xc7\xa4\xae\xda\x3c\x6d\xe4\xb8\xb7\xc6\x09\x27\xeb\x50\x8b\x8e\x72\x7f\xcf\xc5\x80\x7b\x0b\x0f\xa3\xe3\xb4\x6a\x77\xcb\x27\x9d\x02\x2a\x24\x4b\xfc\x9e\x03\x24\x3f\xb4\xb5\xa4\x2b\x68\x00\x98\xc9\x6b\x33\x6d\xad\x82\x2c\x01\x14\x12\x1c\x97\xb7\xa9\xe4\x6a\xe0\xc8\x5d\xc5\x79\xe0\xe2\xf3\xe7\xed\xb9\x6b\x7b\xee\x94\x7e\xf1\x82\x42\xe3\xa2\x29\xb7\x45\xb5\xf7\x92\x56\x01\x3c\xf8\xa8\xf5\x23\x5d\x1f\x83\x25\x5f\xf5\xc1\xdb\xdb\x93\xed\x94\x20\x89\x0e\x47\x05\xbf\xf3\xee\x25\x85\xf5\x5b\xa5\x5e\x17\x60\x0b\xf8\x01\xe8\x3c\xe4\x57\x66\x0a\xaf\x5f\x3c\x7d\x69\x95\xff\x67\xab\xfb\x3d\x55\x4c\x87\xf8\x4e\x2c\xe6\xab\x1b\xea\x05\x1c\xa3\xa1\xe3\xa0\x8f\x51\x32\xb7\x5d\xc6\x3e\xb7\x59\x88\xd8\x28\xae\xa9\xc5\xae\x13\x9a\x1d\xc1\xc0\x88\x70\xe7\xdd\xdf\x1d\xde\x97\x9c\x93\x26\xc0\x9e\x04\x28\xd4\xc2\x8e\xe0\xe3\x00\x14\x46\xf3\xcb\xa1\x01\xf7\x82\x18\x75\x9d\x14\x1a\x15\x0a\x3d\xac\xd1\x24\x39\x32\xa1\xb1\x5e\x2d\x6b\xb0\x0f\x3d\x4d\x8e\x5d\xc0\xb2\x2c\x79\xa5\x49\x75\x0e\xfb\xc0\x7a\x6d\x38\x48\xe4\x4b\xee\xdb\xf0\x0e\x6c\x22\x7e\x90\x5e\x1b\xf6\x80\xf4\xfa\x92\x81\x85\x38\x0d\xb6\x80\x4f\xaa\x9c\xd9\x66\x46\xde\x9a\xc8\x28\x5c\x2b\xae\xd5\xd3\x03\xe8\x54\xed\x8e\x8b\x8a\x5a\xd7\x35\x8b\xb5\x0d\xeb\x32\x0c\x5c\xdb\x9a\x5b\xb0\x67\x9c\xb3\xf6\xc0\xea\x1f\x5a\x5a\x99\x8b\x43\x97\x70\x14\x23\xc6\x30\x70\x27\x49\xe7\x5d\x6c\x57\x8c\x02\x30\x80\x4b\xc2\x57\x5d\x1e\xc5\x81\x63\xe7\xd3\x41\x96\xf8\x8a\xf1\xa0\x0a\x35\x2b\xa1\x84\x92\x93\x55\x32\x67\x29\x85\x36\x7c\x1a\x40\x0f\x7e\xfe\x04\xe5\xf9\x2c\x7d\x2e\x6b\xbc\x18\x47\xf6\x07\xe9\x7d\x5f\x59\x9a\x49\x4b\xb3\x72\xa9\x50\xc8\x5a\x28\x24\x95\x43\xa8\x20\xff\x35\x6b\xcb\xa6\x90\x46\x1a\x55\x8e\x72\xce\x91\xe4\xcd\x06\x1d\x13\x64\x9d\xcc\x19\x1d\x83\xd4\x19\x5e\x55\x6e\x69\xc4\xda\x1f\xe4\xbf\xfa\xda\xf2\x4c\x59\x9e\xe9\xcb\xe9\x18\xc5\x23\x39\x92\x0b\xcd\x30\xa1\x8b\x5c\xea\x5c\x37\x39\x3b\xa6\xb2\xb6\x22\x81\xeb\x63\x52\x25\x6c\x7c\xe2\x72\xeb\x63\x4c\xde\x95\x24\xa1\x0c\xae\xf8\xc4\xbb\x45\x29\xe9\xab\x30\xda\xd0\xab\xac\x19\xc6\xd9\x7c\xbd\x3a\x6d\xaa\x26\xe6\xc5\xac\x2b\x36\x4f\x7b\x09\x37\xe3\xb9\x5f\x9b\xa9\x79\x73\x45\x12\xe2\xf3\xb2\x0a\x71\x12\x2d\x31\x6d\x34\x42\xe2\xc2\xdb\xb7\x50\xbb\x98\xcc\xfa\xbf\x92\x7a\x05\xd7\x61\x84\xa2\x3d\x39\xc5\x05\x11\x75\xa6\x5d\xc2\x69\x36\x08\x63\xb6\xb2\xb5\x4e\x24\xe1\xa2\xa3\xaa\xbe\xdd\xd6\x14\xac\x9c\x22\xc8\x52\xbe\xc9\xf5\xab\xf3\x2c\x9d\x18\xd4\x67\x8a\x4a\xd0\x36\x25\x0c\x55\x6e\xe5\xb4\xa1\x29\x3a\xb5\xc0\x68\x0e\xd0\x5c\x2c\x3d\xaf\x0a\xeb\x24\x23\x81\x6e\x19\x1f\x49\x94\x27\x65\x0d\x49\x93\xb1\x29\x55\x1b\x9c\x55\x0d\x50\xb5\xd4\x16\x81\xac\xb3\x53\xc6\xf1\xc2\xd2\xb6\x37\x9c\xa1\xa8\xc4\x4d\x71\x3d\x0a\x5c\x39\xaa\xff\x6d\xf1\x92\x76\x70\xcf\x5a\x0b\x57\xf6\x8a\xdc\xd4\xd1\x69\x26\x13\xf8\x1f\xab\x0d\x48\x53\xec\x68\xd1\xc1\x42\xdf\x73\x50\x10\xea\x40\x4f\x8f\x00\x25\xc5\xec\xed\xd5\xc6\x47\x4d\x0a\xfb\x37\x9a\x0d\xe4\x84\xa3\x66\xc2\x4f\xc6\x23\xe1\xcc\x0a\x95\x2c\x9c\x67\xd8\xd2\xf5\x5e\x5e\x91\xcc\x8b\x74\xa6\x6d\x2d\x8a\xda\xdb\xb7\x95\x3c\x2c\xef\xfa\x0b\x1d\xca\x5f\xcc\xcd\x1b\x49\xe0\xb7\x6f\x55\xa3\xc1\xbe\x5c\x94\x3e\xaa\x47\xe5\xba\xd7\xce\x63\xce\x69\x50\xcd\x8b\xa6\xb2\xa4\x15\x73\x48\xdf\x96\xa4\xe8\x06\xe1\x25\x4b\x97\x93\xac\x99\xee\xd1\x6b\xe9\x26\xe7\xe7\xbf\x40\xf8\xfd\x6b\x09\xa7\x07\xef\xa6\x20\x53\x8d\x9c\xe1\x0b\xbb\xf6\x2c\x2d\x82\x73\xda\x46\x6d\xe8\x8c\x54\xd3\x29\x43\x9e\x67\xe2\x4a\xc3\xdc\xd1\xac\x58\x51\x41\x4d\x40\xea\x3c\x1f\x5a\x95\x62\x64\xca\x9b\xe9\xc9\xdb\xff\xa7\xce\xbf\x24\x75\xd6\xe4\x26\xf8\xdf\x2e\x86\x82\x05\xdd\xa4\x2c\x5e\x7f\x2f\x83\x3f\x7b\x32\x53\x9f\xfc\x5f\x32\x7b\xd2\xf2\x95\x06\xd1\x51\x93\x17\x39\x1e\xe3\x79\x97\xc5\xfe\x19\xf1\x74\xe0\x09\xe9\x46\xe6\x29\x39\x86\x82\xfd\xca\x89\x8d\xfb\x9c\xad\x25\xc9\xb7\x23\x12\xdb\x9e\xb2\x83\xb8\xea\x08\xce\x1a\x08\xce\x0a\x82\x9a\x2b\xd4\x97\x93\xc6\xe2\x29\x9f\x15\xe7\x57\x22\xb9\x19\xeb\xce\xbc\xc5\x3e\xf4\xee\x4d\x94\x1a\xea\xd1\xa7\x41\x7d\x41\xca\xaf\x86\x88\x51\xcd\xf9\xa2\xf8\x53\xe2\x4e\xbf\x62\xa4\xbe\x8a\xbe\xad\xa2\x37\x9a\x44\x45\x17\xf2\x9e\xa2\xcf\x89\x9e\x09\x6a\x48\x18\x32\x45\x12\x8d\x7b\x03\x21\xc8\xbb\xdd\xc7\x71\xc5\xb8\xed\x3e\xb7\xe1\x40\xda\xff\x1d\xf4\x0e\x0f\x0f\xdb\x0a\xdd\x59\x42\x77\xfb\x6b\x74\xb7\x3b\xe8\xd6\x2a\xd6\x60\x87\xdd\x58\x33\x83\xfa\x9b\xb1\x4a\x15\x1b\x93\xaf\xd6\x5a\x36\x77\x4b\x79\x1a\x6f\xf2\xcf\xc6\xd6\x2d\x39\x02\xd9\x39\x4d\xee\x0d\x12\x2b\xd7\x8c\x8f\xe9\xea\xcc\xd8\xe0\xd4\x6e\x5c\x69\x9e\xb4\x53\x96\xca\x76\xda\x31\x8b\xba\x61\x71\x67\x3c\x47\x33\xbe\x19\x58\x11\x5f\x70\x83\x63\x64\x21\x0d\x18\xda\x6b\x64\x8c\x2c\x51\x29\x34\x2b\x72\x3d\xff\x87\x18\x1a\x71\x03\xff\x60\x93\xb3\xa1\x6d\x4d\xce\x86\xfb\x47\x1f\xfe\xd3\xea\x80\x35\x1d\x7d\x9f\xe6\x45\x2e\x05\xed\x32\xe4\x67\x97\xc3\x93\xaf\xb8\xcd\xe9\x99\xe1\x52\x3e\xed\x8d\x17\xb8\x74\xd3\xf5\xa9\x93\x78\x72\x77\x45\xd8\xaa\xcb\xe2\x39\xe3\x91\xdd\xcb\x93\x66\x76\x3c\x39\xe7\x94\xd8\x19\xfa\x32\xdd\xc6\xb6\x3e\xcf\xa6\xa3\x89\xd5\x4e\x4f\x13\x33\x6a\xd5\x17\x27\x3e\x25\xae\xd5\x81\x5c\x78\xe5\x64\x91\xc4\x7c\x25\x4a\x95\x43\xb8\x7e\xd2\x93\x7c\x9c\x10\x62\x90\x96\xec\xe2\xc5\xcc\x12\x79\xf6\x16\x27\x29\x7a\x56\x06\x62\x49\x07\x73\x8e\x4f\x59\x42\xad\x16\x29\x85\xc8\x71\x42\xd2\x08\x1c\x12\x19\x32\x39\xad\xd9\x01\x9e\xc0\xc8\x1c\x3d\xe2\x96\x35\xe1\x88\x75\x0d\x7e\x4e\x49\xd4\xc8\x56\x0e\x23\xe3\x95\x6f\xc8\x8a\xa6\xbd\x16\x5f\x87\x95\xe9\x70\x7c\xe6\x4d\xb8\x62\x5d\xc0\xa7\xad\x4c\xee\xd5\x6c\x45\x37\x13\x07\x03\xb4\x99\xf8\x5f\x8e\xb1\xbb\xcc\x4c\x9d\xcc\x38\x1d\xa1\xca\x4e\xa2\x97\x4e\x21\xed\x7d\x77\x41\xa3\x11\x71\x56\x76\x41\xd2\x46\x3d\x52\xb1\xcb\xf8\xd6\xc7\xae\xeb\xb1\xd0\x27\xa2\xfe\xa0\x88\xe8\x64\x47\xf8\x2f\xb0\x16\x3e\x3e\x5b\x70\x0c\x56\x40\x03\xb4\xa4\x28\x2d\x02\xb1\xca\xf4\x57\xdc\x32\x5b\xf9\xcc\xc0\xf8\xce\x3b\x8d\xa0\x5c\x46\xc1\xbb\xd6\x5d\xad\x3c\xc6\x69\xb4\xed\x32\x4e\x38\xc2\x9b\x01\x64\x86\xd5\x44\xc8\xc1\xc2\x98\x89\x0a\xcf\x31\x73\x80\x0e\x58\xa6\x59\xc3\xc8\x6f\xa2\xb0\xdf\xe1\x39\x41\x94\xdb\x75\x7c\xe6\xdd\x05\x75\x62\x66\xbf\x46\x9a\xcc\xe5\x5e\x25\x51\x0a\xdb\x24\x55\xb2\xf9\x13\xf1\x63\x84\x01\x58\x56\x9e\xa4\x72\x76\x33\xa7\xc9\x1d\x2d\xfd\x58\xea\x26\xa2\x9c\x3a\x54\xc4\xa0\xb5\x61\xec\xd8\x2a\xcf\xd9\x8b\x4c\x16\x16\x30\x03\xb0\x92\xef\xed\x2c\xf5\x10\x42\x25\x92\xd3\x48\x79\xdb\xb0\x2c\xe7\x7e\xc3\xf9\x84\x3a\x8f\xc8\x6d\x09\x61\x0f\xac\x83\x03\x31\x22\x96\x69\x93\x32\x1e\x90\x35\x4a\x6d\xab\xc4\x09\x8d\xb8\x70\xcb\x63\x05\x25\x79\x7a\x2c\x14\x23\x21\x59\x07\x1b\x56\x04\xd5\x86\x75\x69\x90\x25\x71\x91\x17\xf3\xe4\x99\x9c\xfa\xea\x05\x56\xc9\xa2\x86\x99\x28\x89\x39\x5b\xeb\x82\xd3\xc4\x6e\x2a\x63\x7a\x52\x36\xbf\x38\xa8\xd6\xb0\x84\xb7\xae\x4b\x38\x69\x37\xba\xd2\xa0\xc9\x95\x54\xff\x36\x96\x75\x23\xb5\x6a\x98\x95\x91\xdd\x3c\xf9\x97\xfe\x16\x12\xb7\xea\xa9\xb2\x41\x12\x45\xca\xe6\xf8\xd5\x00\x4c\xb3\x5f\x9e\x8a\x32\xd2\x8d\x65\x21\x4f\xce\x86\xc2\xea\xf8\x9e\xf3\x68\x75\x0a\x41\x33\xb2\x3b\x2b\xc6\xeb\x49\xca\xc9\x22\x99\x03\x0d\x5f\xde\xc9\x2a\xd0\x6b\x4a\x25\x57\xcb\x59\xf9\xa5\x65\x44\xa9\x67\xca\xa8\x75\xc1\x96\xe1\xf3\xa3\x4a\xd9\xa8\x35\x8e\xd1\x27\xaa\x1f\xd2\x19\x7d\x23\x7b\x72\xf7\x2f\xcf\x3d\x06\x2b\x8c\xf0\x89\x47\xc4\x79\xcc\x14\x9c\x54\xb6\x63\xe3\xe7\xa1\x2f\xd9\x27\x15\x19\xa2\x4f\xb6\x21\x89\x19\xd6\x22\x16\xdf\x9d\xaa\x88\x01\x3e\xf3\xc6\x1d\xcb\x0f\x4e\x55\xc4\x27\xea\xc7\x6b\x74\xe9\x26\xa8\x62\x4a\x9f\xc7\x9a\x90\xd6\x31\x37\xf0\x29\x7d\x6e\x6b\x42\x8a\xc3\x5a\x94\xdb\x9b\x97\x6a\xe1\xb7\xa9\xf1\xab\x1c\xcd\xa3\x69\xd7\x73\x1b\xbc\x58\xb1\xa8\xd1\x79\xf2\xab\x38\x37\x7a\x14\x69\x9a\x76\x1f\x71\xab\x65\xcb\xdc\xd4\xc5\x4d\x6d\x94\x09\x42\xbb\x23\xac\xb5\x93\xaf\x64\x08\x2b\xeb\xa3\xa8\xbf\x95\x14\xa7\xf0\xce\x05\xef\x25\x86\x26\x00\xd4\x95\x5b\xd5\xa5\x0b\xaa\x69\x37\x9f\xa7\xda\x39\x71\x1e\x95\xa0\xc9\xee\x33\x30\x1a\x84\x34\xcc\xd2\x71\x7d\x98\x86\xc4\xd5\x12\xc2\x9b\x3c\x23\x98\x4e\x44\xf2\x74\xf5\x8b\x38\xac\x0e\xde\xa4\xe0\x57\x96\x12\x50\xca\x89\xa6\xb7\x1d\x85\xc9\x5c\xe6\xa0\xa1\xd4\x41\x5d\x56\x82\x86\x6a\x05\x86\x53\x9e\x97\x1d\xae\x1a\xa1\x98\xcd\xfe\x0a\x67\x2d\x3a\x9b\x94\xa4\xc9\x55\x84\xf5\xab\x3b\x24\x07\x09\x8c\x93\x88\x5b\x1d\xf9\xcb\x82\x4e\xf1\x7d\xf4\x0e\x5c\x0c\xdc\x02\x73\x14\xb8\xaf\xc6\x73\x92\xf3\xfa\x02\x35\x3d\xbe\x7f\x35\xf6\x9a\x3e\x61\x81\x2b\x06\xfe\x12\xf3\xa5\xbc\xfd\x9f\x00\x00\x00\xff\xff\x31\x02\x2c\x2b\xde\x34\x00\x00") +var _webdataFnJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x3a\x6b\x6f\xdb\x3a\x96\xdf\xfd\x2b\x4e\xf5\xa1\x90\x1b\xc7\x89\xd3\xed\xce\x6c\x5c\x77\xd7\x37\x71\x6f\x82\xe6\x05\xdb\xb9\xad\x11\x04\x01\x2d\x1d\xdb\x9a\xc8\xa2\x46\xa4\xe2\xb8\xd3\xfc\xf7\x05\xf5\x24\x29\x4a\x4e\x8b\x7b\xf7\xc3\x62\x04\xb4\x91\xc5\x73\x0e\xcf\xfb\x41\xe9\xe0\x5d\x0b\xde\x01\x00\x9c\xd0\x70\x1b\x79\xcb\x15\x07\xdb\x69\xc3\xd1\x61\xef\xef\xfb\x47\x87\xbd\xff\x82\xdb\x20\x8a\x5d\xf8\x18\x8b\x3f\xff\x43\x63\xee\x53\xfa\xd8\x75\xe8\xfa\x53\x0b\x72\xd4\xe9\xca\x63\xb0\xf0\x7c\x04\x8f\x41\x48\x22\x0e\x74\x01\x63\x5c\x53\x8e\xfb\x53\x1a\x3b\xab\x90\xb8\xdd\x12\x5c\x5b\x11\x48\x8b\x08\x11\x18\x5d\xf0\x0d\x89\xf0\x18\xb6\x34\x06\x87\x04\x10\xa1\xeb\x31\x1e\x79\xf3\x98\x23\x78\x1c\x48\xe0\x1e\xd0\x08\xd6\xd4\xf5\x16\xdb\x8c\x9a\xc7\x21\x0e\x5c\x8c\x80\xaf\x10\x38\x46\x6b\x26\x76\x17\x3f\x7e\xbf\xba\x85\xdf\x31\xc0\x88\xf8\x70\x13\xcf\x7d\xcf\x81\x0b\xcf\xc1\x80\x21\x10\x06\xa1\x78\xc2\x56\xe8\xc2\x3c\x27\x25\x90\x3e\x0b\x4e\x26\x19\x27\xf0\x99\xc6\x81\x4b\xb8\x47\x83\x0e\xa0\xc7\x57\x18\xc1\x13\x46\xcc\xa3\x01\xbc\xcf\xb7\xc9\x68\x76\x80\x46\x19\x1d\x9b\x70\x21\x42\x04\x34\x14\xa8\x6d\x20\xc1\x16\x7c\xc2\x4b\xec\x66\x6d\x94\x42\xbb\xe0\x05\xc9\x26\x2b\x1a\x22\xf0\x15\xe1\x42\xde\x8d\xe7\xfb\x30\x47\x88\x19\x2e\x62\xbf\x93\x11\x9a\xc7\x1c\xbe\x9e\x4f\xcf\xae\x6f\xa7\x30\xbc\x9a\xc1\xd7\xe1\x78\x3c\xbc\x9a\xce\xfa\xb0\xf1\xf8\x8a\xc6\x1c\xf0\x09\x53\x6a\xde\x3a\xf4\x3d\x74\x61\x43\xa2\x88\x04\x7c\x0b\x74\x91\x11\xb9\x1c\x8d\x4f\xce\x86\x57\xd3\xe1\x6f\xe7\x17\xe7\xd3\x19\xd0\x08\x3e\x9f\x4f\xaf\x46\x93\x09\x7c\xbe\x1e\xc3\x10\x6e\x86\xe3\xe9\xf9\xc9\xed\xc5\x70\x0c\x37\xb7\xe3\x9b\xeb\xc9\xa8\x0b\x30\x41\xc1\x1c\x66\x34\x1a\xf4\xbe\x48\xac\x17\x21\xb8\xc8\x89\xe7\xb3\x52\x0f\x33\x1a\x03\x5b\xd1\xd8\x77\x61\x45\x9e\x10\x22\x74\xd0\x7b\x42\x17\x08\x38\x34\xdc\xee\xb6\x69\x4a\x86\xf8\x34\x58\x26\x02\x57\x1c\x10\xe0\x7c\x01\x01\xe5\x1d\x60\x88\xf0\x71\xc5\x79\x78\x7c\x70\xb0\xd9\x6c\xba\xcb\x20\xee\xd2\x68\x79\xe0\xa7\x94\xd8\xc1\x27\xc1\xd7\x41\xab\x75\x70\x00\x77\x3d\x48\x28\x74\xe0\x28\xbd\x41\xd6\x81\xf7\xf9\xed\x7d\xcb\xa1\x01\xe3\x30\xbd\xbe\x3d\x39\x7b\xb8\xbc\xfe\x63\xf4\x30\x3d\x1b\x8f\x26\x67\xd7\x17\xa7\x30\x80\xbb\xde\x61\x07\x7a\x1f\xc4\xbf\xfb\xbe\x02\x3a\x3d\xbf\x1c\x09\x43\x0d\xe0\xe8\xc3\x61\x3f\xd9\xe8\x2e\x7c\x3e\x60\x1d\x58\xc7\x3e\xbf\xef\x40\xb7\xdb\xcd\x89\xdf\x5c\x9f\x5f\x4d\x47\xe3\x87\xe1\xc9\xc9\xe8\x62\x34\x1e\x4e\xcf\xaf\xaf\x04\xf1\x96\x50\xf6\xdd\x61\x07\x0e\xef\x3b\xe9\xfd\xdf\xff\xd6\x81\x5e\xfe\xa3\xf7\xb7\xf7\xd2\xaf\x0f\x1f\xde\x77\xe0\xe8\xbe\x75\xdf\x6f\x69\x64\x7f\xbb\x9d\x4e\xaf\xaf\x1e\x2e\x46\x9f\x05\x3b\x87\x7d\xf3\xf2\xf8\xfc\xf7\x33\xb1\xde\xab\x59\xbf\x3c\x3f\x3d\xbd\x18\x09\x79\x8a\x0d\xbe\x8c\x66\x0f\x7f\x5c\x5f\xdc\x5e\x8e\x1e\x2e\x6f\xa7\x23\x99\xb8\xb4\x74\x7a\xfd\xf5\x4a\xa6\x2b\x2d\xdd\xde\xa4\xf4\xca\x85\xcb\xd1\xe9\xf9\xf0\xe1\xe6\x62\x38\x7b\xb8\x19\xde\x4e\x04\xcd\xf7\x86\xf5\xf1\xe8\x8f\x87\xe9\x78\x78\xf2\x05\x06\xf0\x1f\xd5\xf5\xab\xd1\xb7\x69\xb1\xfe\xa1\xdf\x6a\xf9\xc8\x61\xc3\xfa\xc9\xdf\x90\xb8\xc5\x8d\x4f\xe6\xe8\x67\xeb\x5c\x58\xfc\x92\x0a\x97\x1c\xc0\x82\xf8\x0c\xfb\xe5\xf3\x09\x17\x59\x2f\x11\xb0\x78\x76\x41\x18\x1f\x05\xae\xf6\x74\x8c\x3e\x12\x86\xee\x09\x8d\x03\x09\x83\x06\x4b\xea\x05\xcb\xcc\xad\x84\x75\xef\xd3\x85\x35\x7d\xc2\x6f\x93\x78\x5d\x82\x8a\x27\x33\xe5\x09\x73\x22\xea\xfb\xdf\x0c\xcf\x54\x38\x37\x22\xcb\xa5\x17\x2c\x55\x01\xf2\xa7\x53\x6f\x8d\x22\x4b\x0c\x20\x88\x7d\x5f\xa6\xa2\xa0\xb4\x16\x71\xe0\x88\xb4\x06\x8b\xd8\xf7\x99\x13\x21\x06\xa3\x80\xcc\x7d\x74\xed\x36\xfc\x2b\xf1\xb6\x08\x79\x1c\x05\x60\xbb\xd4\x89\xd7\x18\xf0\x6e\x05\x14\x7e\xfc\x48\x20\xc5\x55\x40\x6d\x70\xfe\xe8\xf1\xcf\xaf\x82\x5d\xd3\xef\x02\x70\xb2\x1b\x90\x35\x12\x4c\xa4\x6a\xf7\x5b\x2f\x92\x60\x11\xfe\x33\x46\x26\x31\x62\x63\x2e\x99\xb7\x00\x1b\xbb\x15\x80\x7c\x59\x5c\x86\x65\xbb\xdd\x4f\x96\x5f\x00\x7d\x86\x19\x91\x54\xda\x71\x33\xa9\x1a\x20\x23\xc1\x35\xfd\x2e\x01\x4e\x0c\xd4\x4c\x10\x66\x52\x6c\x07\x5f\x06\x80\x82\x90\xa2\x4b\x7c\xf6\x14\x18\x49\x8f\x85\x89\x54\x18\x79\xa3\x1a\x10\x03\xcf\x9a\x13\x8d\x76\x93\x34\x01\x36\x11\x5e\xd3\xef\x27\x24\x70\xd0\x37\x6b\xb7\x09\xae\x91\x2c\x7b\x05\xaf\x3a\x90\x59\xd7\x52\x94\xf9\x28\xf0\x5e\x15\x90\x29\xe8\xeb\x02\xb2\x01\x56\x0d\xc8\x26\x40\xd6\x48\x50\x24\x1f\x2d\x1e\x89\xeb\x96\x28\xce\x8a\x04\x4b\x1c\x3d\x61\xc0\x2f\x3c\xc6\x45\x2f\x60\xfb\xd9\x8d\xd1\xbb\xaa\xa2\xbe\x19\x0c\x92\x9e\x71\xe1\x05\xe8\x1a\xf5\x4d\x5c\x57\xdd\xc1\x5a\x68\x0c\x58\x1d\x28\x76\xdd\xe5\x8c\x55\x79\x7f\x85\x83\x94\xd6\xaf\xf1\x61\x34\xce\xaf\x30\xb1\xa6\xdf\x7f\x91\x03\x83\xd5\x7f\x85\x81\xcb\x49\x49\xe7\xa4\x6e\x7f\xc5\x7b\x44\xfb\x98\xd4\x55\x9b\xa7\x8d\x1c\xf7\xd6\x38\xe1\x64\x1d\x6a\xd1\x51\xee\xef\xb9\x18\x70\x6f\xe1\x61\x74\x9c\x56\xed\x6e\xf9\xa4\x53\x40\x85\x64\x89\xdf\x72\x80\xe4\x87\xb6\x96\x74\x05\x0d\x00\x33\x79\x6d\xa6\xad\x55\x90\x25\x80\x42\x82\xe3\xf2\x36\x95\x5c\x0d\x1c\xb9\xab\x38\x0f\x5c\x7c\xfe\x6d\x7b\xee\xda\x9e\x3b\xa5\x9f\xbd\xa0\xd0\xb8\x68\xca\x6d\x51\xed\xbd\xa4\x55\x00\x0f\x3e\x6a\xfd\x48\xd7\xc7\x60\xc9\x57\x7d\xf0\xf6\xf6\x64\x3b\x09\x0b\xab\x90\x77\xde\xbd\xa4\x2b\x18\x0c\x40\xdf\x2d\xbf\x32\xa5\x7b\xfd\xe2\xe9\x4b\xab\xfc\x3f\x5b\xdd\xef\xa9\x02\x39\xc4\x77\x62\x31\x49\xdd\x50\x2f\xe0\x18\x0d\x1d\x07\x7d\x8c\x92\x09\xed\x32\xf6\xb9\xcd\x42\xc4\x46\xc1\x4c\xcd\x74\x9d\x78\x49\x07\x74\x04\x03\x23\xd2\x9d\x77\x7f\x77\x78\xdf\x57\x80\x49\x13\x70\x4f\x02\x16\x8a\x63\x47\xf0\x71\x00\x0a\xc3\xf9\xe5\xd0\x80\x7b\x41\x8c\xba\x6e\x72\x54\x4f\x28\xf6\xb0\x46\xa3\xe4\xc8\x84\x96\xc8\xd2\xab\x65\x0f\xf6\xa1\x67\x90\x67\x17\x82\x2c\x53\x5e\x63\x52\x1b\xc0\x3e\xb0\x5e\x1b\x0e\x12\x39\x93\xfb\x36\xbc\x03\x9b\x88\x1f\xa4\xd7\x86\x3d\x20\xbd\xbe\x64\x70\x21\x56\x83\x6d\xe0\x93\x2a\x6f\xb6\x99\x91\xb7\x26\x32\x0a\xd7\x8a\xab\xf5\xf4\xd0\x39\x55\xfb\xe2\xa2\x96\xd6\xf5\xcb\x62\x6d\xc3\xba\x0c\x03\xd7\xb6\xe6\x16\xec\x19\x27\xac\x3d\xb0\xfa\x87\x96\x56\xe0\xe2\xd0\x25\x1c\xc5\x70\x31\x0c\xdc\x49\xd2\x73\x17\xdb\x15\x43\x00\x0c\xe0\x92\xf0\x55\x97\x47\x71\xe0\xd8\xf9\x5c\x90\xa5\xbc\x62\x30\xa8\x42\xcd\x4a\x28\xa1\xe4\x64\x95\xcc\x59\x4a\xa1\x0d\x9f\x06\xd0\x83\x1f\x3f\x40\x79\x3e\x4b\x9f\xcb\x1a\x2f\x06\x91\xfd\x41\x7a\xdf\x57\x96\x66\xd2\xd2\xac\x5c\x2a\x14\xb2\x16\x0a\x49\xe5\x10\x2a\xc8\x7f\xcd\xda\xb2\x29\xa4\x61\x46\x95\xa3\x9c\x70\x24\x79\xb3\x11\xc7\x04\x59\x27\x73\x46\xc7\x20\x75\x86\x57\x95\x5b\x1a\xae\xf6\x07\xf9\xaf\xbe\xb6\x3c\x53\x96\x67\xfa\x72\x3a\x40\xf1\x48\x8e\xe8\x42\x33\x4c\xe8\x22\x97\x3a\xd7\x4d\xce\x8e\xa9\xa0\xad\x48\xe0\xfa\x98\xd4\x07\x1b\x9f\xb8\xdc\xf4\x18\xd3\x76\x25\x59\x28\x23\x2b\x3e\xf1\x6e\x51\x44\xfa\x2a\x8c\x36\xee\x2a\x6b\x86\x41\x36\x5f\xaf\xce\x99\xaa\x89\x79\x31\xe5\x8a\xcd\xd3\x2e\xc2\xcd\x78\xee\xd7\x66\x6e\xbe\xbb\x16\xf1\xb2\x08\x71\x12\x2d\x31\x6d\x31\x42\xe2\xc2\xdb\xb7\x50\xbb\x98\x4c\xf9\x3f\x93\x82\x05\xd7\x61\x84\xa2\x31\x39\xc5\x05\x11\x75\xa7\x5d\xc2\x69\x36\x08\x63\xb6\xb2\xb5\x1e\x24\xe1\xa2\xa3\xaa\xbe\xdd\xd6\x14\xac\x9c\x1f\xc8\x52\xbe\xc9\xf5\xab\xf3\x2c\x9d\x15\xd4\x67\x8a\x4a\xd0\x36\x25\x0c\x55\x6e\xe5\x9c\xa1\x29\x3a\xb5\xc0\x68\x0e\xd0\x5c\x2c\x3d\xaf\x0a\xeb\x24\xc3\x80\x6e\x19\x1f\x49\x94\x27\x65\x0d\x49\x93\xb1\x29\x55\x1b\x9c\x55\x0d\x50\xb5\xe4\x16\x81\xac\xb3\x53\xc6\xf1\xc2\xd2\xb6\x37\x9c\x9e\xa8\xc4\x4d\x71\x3d\x0a\x5c\x39\xaa\xff\xb2\x78\x49\xa0\xdd\x67\x18\xd4\x74\x89\xdc\xd4\xd0\x69\x26\x13\xf8\x1f\xab\x8d\x48\x53\xec\x68\xd1\xc1\x42\xdf\x73\x50\x10\xea\x40\x4f\x8f\x00\x25\xc5\xec\xed\xd5\xc6\x47\x4d\x0a\xfb\x0b\xcd\x06\x72\xc2\x51\x33\xe1\x27\xe3\x61\x70\x66\x85\x4a\x16\xce\x33\x6c\xe9\x7a\x2f\xaf\x48\xe6\x45\x3a\xd3\xb6\x16\x45\xed\xed\xdb\x4a\x1e\x96\x77\xfd\x89\x0e\xe5\x4f\xe6\xe6\x8d\x24\xf0\xdb\xb7\xaa\xd1\x60\x5f\x2e\x4a\x1f\xd5\x43\x72\xdd\x6b\xe7\x31\xe7\x34\xa8\xe6\x45\x53\x59\xd2\x8a\x39\xa4\xef\x49\x52\x74\x83\xf0\x92\xa5\xcb\x19\xd6\x4c\xf7\xe8\xb5\x74\x93\x93\xf3\x9f\x20\xfc\xfe\xb5\x84\xd3\x23\x77\x53\x90\xa9\x46\xce\xf0\x85\x5d\x7b\x96\x16\xc1\x39\x6d\xa3\x36\x74\x46\xaa\xe9\x94\x21\xcf\x33\x71\xa5\x61\xee\x68\x56\xac\xa8\xa0\x26\x20\x75\x9e\x0f\xad\x4a\x31\x32\xe5\xcd\xf4\xcc\xed\xdf\xa9\xf3\x4f\x49\x9d\x35\xb9\x09\xfe\xaf\x8b\xa1\x60\x41\x37\x29\x8b\xd7\xdf\xca\xe0\xcf\x9e\xcc\xd4\x27\xff\x9f\xcc\x9e\xb4\x7c\xa5\x41\x74\xd4\xe4\x15\x8e\xc7\x78\xde\x65\xb1\x7f\x46\x3c\x1d\x78\x42\xba\x91\x79\x4a\x0e\xa0\x60\x1f\xf4\x03\x1b\xf7\x39\x5b\x4b\x92\x6f\x47\x24\xb6\x3d\x65\x07\x71\xd5\x11\x9c\x35\x10\x9c\x15\x04\x35\x57\xa8\x2f\x27\x8d\xc5\x53\x3e\x25\xce\xaf\x44\x72\x33\xd6\x9d\x79\x8b\x7d\xe8\xdd\x9b\x28\x35\xd4\xa3\x4f\x83\xfa\x82\x94\x5f\x0d\x11\xa3\x9a\x53\x3d\x92\x49\xdc\xe9\x67\x8c\xa4\x1e\xd0\xb8\xdb\x2a\x7a\xa3\x49\x54\x74\x21\xef\x29\xfa\x9c\xe8\x99\xa0\x86\x84\x21\x53\x24\xd1\xb8\x37\x10\x82\xbc\xdb\x7d\x3c\x57\x8c\xdb\xee\x73\x1b\x0e\xa4\xfd\xdf\x41\xef\xf0\xf0\xb0\xad\xd0\x9d\x25\x74\xb7\x3f\x47\x77\xbb\x83\x6e\xad\x62\x0d\x76\xd8\x8d\x35\x33\xa8\xbf\x19\xab\x54\xb1\x31\xf9\x6a\xad\x65\x73\xb7\x94\xa7\xf1\x26\xff\x6c\x6c\xdd\x92\x23\x90\x9d\xd3\xe4\xde\x20\xb1\x72\xcd\xf8\x98\xae\xce\x8c\x0d\x4e\xed\xc6\x95\xe6\x49\x3b\x65\xa9\x6c\xa7\x1d\xb3\xa8\x1b\x16\x77\xc6\x73\x34\xe3\x3b\x81\x15\xf1\x05\x37\x38\x46\x16\xd2\x80\xa1\xbd\x46\xc6\xc8\x12\x95\x42\xb3\x22\xd7\xf3\x7f\x88\xa1\x11\x37\xf0\x0f\x36\x39\x1b\xda\xd6\xe4\x6c\xb8\x7f\xf4\xe1\x3f\xad\x0e\x58\xd3\xd1\xb7\x69\x5e\xe4\x52\xd0\x2e\x43\x7e\x76\x39\x3c\xf9\x82\xdb\x9c\x9e\x19\x2e\xe5\xd3\xde\x78\x81\x4b\x37\x5d\x9f\x3a\x89\x27\x77\x57\x84\xad\xba\x2c\x9e\x33\x1e\xd9\xbd\x3c\x69\x66\xc7\x93\x73\x4e\x89\x9d\xa1\x2f\xd3\x6d\x6c\xeb\xb7\xd9\x74\x34\xb1\xda\xe9\x69\x62\x46\xad\xfa\xca\xc4\xa7\xc4\xb5\x3a\x90\x0b\xaf\x9c\x2c\x92\x98\xaf\x44\xa9\x72\x08\xd7\x4f\x7a\x92\xcf\x12\x42\x0c\xd2\x92\x5d\xbc\x92\x59\x22\xcf\xde\xdf\x24\x45\xcf\xca\x40\x2c\xe9\x60\xce\xf1\x29\x4b\xa8\xd5\x22\xa5\x10\x39\x4e\x48\x1a\x81\x43\x22\x43\x26\xa7\x35\x3b\xc0\x13\x18\x99\xa3\x47\xdc\xb2\x26\x1c\xb1\xae\xc1\xcf\x29\x89\x1a\xd9\xca\x61\x64\xbc\xf2\xdd\x58\xd1\xb4\xd7\xe2\xeb\xb0\x32\x1d\x8e\xcf\xbc\x09\x57\xac\x0b\xf8\xb4\x95\xc9\xbd\x9a\xad\xe8\x66\xe2\x60\x80\x36\x13\xff\xcb\x31\x76\x97\x99\xa9\x93\x19\xa7\x23\x54\xd9\x49\xf4\xd2\x29\xa4\xbd\xef\x2e\x68\x34\x22\xce\xca\x2e\x48\xda\xa8\x47\x2a\x76\x19\xdf\xfa\xd8\x75\x3d\x16\xfa\x44\xd4\x1f\x14\x11\x9d\xec\x08\xff\x0d\xd6\xc2\xc7\x67\x0b\x8e\xc1\x0a\x68\x80\x96\x14\xa5\x45\x20\x56\x99\xfe\x82\x5b\x66\x2b\x1f\x18\x18\xdf\x76\xa7\x11\x94\xcb\x28\x78\xd7\xba\xab\x95\xc7\x38\x8d\xb6\x5d\xc6\x09\x47\x78\x33\x80\xcc\xb0\x9a\x08\x39\x58\x18\x33\x51\xe1\x39\x66\x0e\xd0\x01\xcb\x34\x6b\x18\xf9\x4d\x14\xf6\x2b\x3c\x27\x88\x72\xbb\x8e\xcf\xbc\xbb\xa0\x4e\xcc\xec\xd7\x48\x93\xb9\xdc\xab\x24\x4a\x61\x9b\xa4\x4a\x36\x7f\x22\x7e\x8c\x30\x00\xcb\xca\x93\x54\xce\x6e\xe6\x34\xb9\xa3\xa5\x9f\x49\xdd\x44\x94\x53\x87\x8a\x18\xb4\x36\x8c\x1d\x5b\xe5\x39\x7b\x91\xc9\xc2\x02\x66\x00\x56\xf2\xa5\x9d\xa5\x1e\x42\xa8\x44\x72\x1a\x29\x6f\x1b\x96\xe5\xdc\xaf\x38\x9f\x50\xe7\x11\xb9\x2d\x21\xec\x81\x75\x70\x20\x46\xc4\x32\x6d\x52\xc6\x03\xb2\x46\xa9\x6d\x95\x38\xa1\x11\x17\x6e\x79\xac\xa0\x24\x4f\x8f\x85\x62\x24\x24\xeb\x60\xc3\x8a\xa0\xda\xb0\x2e\x0d\xb2\x24\x2e\xf2\x62\x9e\x3c\xa5\x61\x24\x97\x5a\xc9\xa1\x86\x89\x28\x89\x38\x5b\xeb\x81\xd3\xb4\x6e\x2a\x62\x7a\x4a\x36\xbf\x36\xa8\x56\x30\xd1\x22\xb8\x84\x93\x76\xa3\x1b\x0d\x9a\xdc\x48\xf5\x6d\x63\x49\x37\x52\xab\x86\x58\x19\xd5\xcd\x53\x7f\xe9\x6b\x21\x71\xab\x5e\x2a\x1b\x23\x51\xa3\x6c\x8a\x9f\x0d\xbe\x34\xf3\xe5\x69\x28\x23\xdd\x58\x12\xf2\xc4\x6c\x28\xaa\x8e\xef\x39\x8f\x56\xa7\x10\x34\x23\xbb\xb3\x5a\xbc\x9e\xa4\x9c\x28\x92\x19\xd0\xf0\xbd\x9d\xac\x02\xbd\x9e\x54\xf2\xb4\x9c\x91\x5f\x5a\x46\x94\x7a\xa6\x8c\x5a\x17\x6c\x19\x3e\x3a\xaa\x94\x8c\x5a\xe3\x18\x7d\xa2\xfa\xf9\x9c\xd1\x37\xb2\x27\x77\xff\xf2\xdc\x63\xb0\xc2\x08\x9f\x78\x44\x9c\xc7\x4c\xc1\x49\x55\x3b\x36\x7e\x14\xfa\x92\x7d\x48\x91\x21\xfa\x64\x1b\x92\x98\x61\x2d\x62\xf1\xb5\xa9\x8a\x18\xe0\x33\x6f\xdc\xb1\xfc\xcc\x54\x45\x7c\xa2\x7e\xbc\x46\x97\x6e\x82\x2a\xa6\xf4\x51\xac\x09\x69\x1d\x73\x03\x9f\xd2\x47\xb6\x26\xa4\x38\xac\x45\xb9\xbd\x79\xa9\x16\x7d\x9b\x1a\xbf\xc5\xd1\x3c\x9a\x76\x3d\xb7\xc1\x8b\x15\x8b\x1a\x9d\x27\xbf\x8a\x33\xa3\x47\x91\xa2\x69\xf7\x11\xb7\x5a\xae\xcc\x4d\x5d\xdc\xd4\x46\x99\x20\xb4\x3b\xc2\x5a\x3b\xf9\x4a\x06\xb0\xb2\x36\x8a\xda\x5b\x49\x71\x0a\xef\x5c\xf0\x5e\x62\x68\x02\x40\x5d\xa9\x55\x5d\xba\xa0\x9a\x76\xf2\x79\xaa\x9d\x13\xe7\x51\x09\x9a\xec\x3e\x03\xa3\x41\x48\xc3\x2c\x1d\xd7\x87\x69\x48\x5c\x2d\x21\xbc\xc9\x33\x82\xe9\x34\x24\x4f\x57\x3f\x89\xc3\xea\xe0\x4d\x0a\x7e\x65\x29\x01\xa5\x9c\x68\x7a\xdb\x51\x98\xcc\x65\x0e\x1a\x4a\x1d\xd4\x65\x25\x68\xa8\x56\x60\x38\xe1\x79\xd9\xe1\xaa\x11\x8a\xb9\xec\xcf\x70\xd6\xa2\xab\x49\x49\x9a\x5c\x45\x58\xbf\xba\x43\x72\x88\xc0\x38\x89\xb8\xd5\x91\xbf\x2a\xd8\x8d\x84\x81\x5b\xa0\x8c\x02\x77\x37\x82\x93\x9c\xce\x17\x38\xe9\x61\xfd\x6e\xb4\x35\x7d\xc2\x02\x49\xcc\xf5\x62\xd4\x6d\xf7\x5b\xff\x1b\x00\x00\xff\xff\x0a\xe3\xf8\xc5\xb6\x34\x00\x00") func webdataFnJsBytes() ([]byte, error) { return bindataRead( @@ -90,7 +90,7 @@ func webdataFnJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "webdata/fn.js", size: 13534, mode: os.FileMode(436), modTime: time.Unix(1, 0)} + info := bindataFileInfo{name: "webdata/fn.js", size: 13494, mode: os.FileMode(436), modTime: time.Unix(1, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/webdata/fn.js b/webdata/fn.js index a9e8c68..6413299 100644 --- a/webdata/fn.js +++ b/webdata/fn.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Unrud + * Copyright (c) 2018-2019 Unrud * * This file is part of Remote-Touchpad. * @@ -39,22 +39,22 @@ const KEY_MEDIA_PLAY_PAUSE = 3; const KEY_MEDIA_PREV_TRACK = 4; const KEY_MEDIA_NEXT_TRACK = 5; -var ws; -var pad; -var padlabel; +let ws; +let pad; +let padlabel; -var touchMoved = false; -var touchStart = 0; -var touchLastEnd = 0; -var touchReleasedCount = 0; -var ongoingTouches = []; -var moveXSum = 0; -var moveYSum = 0; -var scrollXSum = 0; -var scrollYSum = 0; -var dragging = false; -var draggingTimeout = null; -var scrolling = false; +let touchMoved = false; +let touchStart = 0; +let touchLastEnd = 0; +let touchReleasedCount = 0; +let ongoingTouches = []; +let moveXSum = 0; +let moveYSum = 0; +let scrollXSum = 0; +let scrollYSum = 0; +let dragging = false; +let draggingTimeout = null; +let scrolling = false; function fullscreenEnabled() { return (document.fullscreenEnabled || @@ -120,10 +120,8 @@ function copyTouch(touch, timeStamp) { } function ongoingTouchIndexById(idToFind) { - for (var i = 0; i < ongoingTouches.length; i++) { - var id = ongoingTouches[i].identifier; - - if (id == idToFind) { + for (let i = 0; i < ongoingTouches.length; i++) { + if (ongoingTouches[i].identifier == idToFind) { return i; } } @@ -131,17 +129,17 @@ function ongoingTouchIndexById(idToFind) { } function calculatePointerAccelerationMult(speed) { - for (var i = 0; i < POINTER_ACCELERATION.length; i++) { - s2 = POINTER_ACCELERATION[i][0]; - a2 = POINTER_ACCELERATION[i][1]; + for (let i = 0; i < POINTER_ACCELERATION.length; i++) { + let s2 = POINTER_ACCELERATION[i][0]; + let a2 = POINTER_ACCELERATION[i][1]; if (s2 <= speed) { continue; } if (i == 0) { return a2; } - s1 = POINTER_ACCELERATION[i - 1][0]; - a1 = POINTER_ACCELERATION[i - 1][1]; + let s1 = POINTER_ACCELERATION[i - 1][0]; + let a1 = POINTER_ACCELERATION[i - 1][1]; return ((speed - s1) / (s2 - s1)) * (a2 - a1) + a1; } if (POINTER_ACCELERATION.length > 0) { @@ -156,15 +154,15 @@ function onDraggingTimeout() { } function updateMoveAndScroll() { - var moveX = Math.trunc(moveXSum); - var moveY = Math.trunc(moveYSum); + let moveX = Math.trunc(moveXSum); + let moveY = Math.trunc(moveYSum); if (Math.abs(moveX) >= 1 || Math.abs(moveY) >= 1) { moveXSum -= moveX; moveYSum -= moveY; ws.send("m" + moveX + ";" + moveY); } - var scrollX = Math.trunc(scrollXSum); - var scrollY = Math.trunc(scrollYSum); + let scrollX = Math.trunc(scrollXSum); + let scrollY = Math.trunc(scrollYSum); if (Math.abs(scrollX) >= 1 || Math.abs(scrollY) >= 1) { scrollXSum -= scrollX; scrollYSum -= scrollY; @@ -180,8 +178,8 @@ function handleStart(evt) { touchReleasedCount = 0; dragging = false; } - var touches = evt.changedTouches; - for (var i = 0; i < touches.length; i++) { + let touches = evt.changedTouches; + for (let i = 0; i < touches.length; i++) { if (touches[i].target !== pad && touches[i].target !== padlabel) { continue; } @@ -207,9 +205,9 @@ function handleStart(evt) { } function handleEnd(evt) { - var touches = evt.changedTouches; - for (var i = 0; i < touches.length; i++) { - var idx = ongoingTouchIndexById(touches[i].identifier); + let touches = evt.changedTouches; + for (let i = 0; i < touches.length; i++) { + let idx = ongoingTouchIndexById(touches[i].identifier); if (idx < 0) { continue; } @@ -230,7 +228,7 @@ function handleEnd(evt) { } if (ongoingTouches.length == 0 && touchReleasedCount >= 1 && !touchMoved && evt.timeStamp - touchStart < TOUCH_TIMEOUT) { - var button = 0; + let button = 0; if (touchReleasedCount == 1) { button = POINTER_BUTTON_LEFT; } else if (touchReleasedCount == 2) { @@ -248,9 +246,9 @@ function handleEnd(evt) { } function handleCancel(evt) { - var touches = evt.changedTouches; - for (var i = 0; i < touches.length; i++) { - var idx = ongoingTouchIndexById(touches[i].identifier); + let touches = evt.changedTouches; + for (let i = 0; i < touches.length; i++) { + let idx = ongoingTouchIndexById(touches[i].identifier); if (idx < 0) { continue; } @@ -266,16 +264,16 @@ function handleCancel(evt) { } function handleMove(evt) { - var sumX = 0; - var sumY = 0; - var touches = evt.changedTouches; - for (var i = 0; i < touches.length; i++) { - var idx = ongoingTouchIndexById(touches[i].identifier); + let sumX = 0; + let sumY = 0; + let touches = evt.changedTouches; + for (let i = 0; i < touches.length; i++) { + let idx = ongoingTouchIndexById(touches[i].identifier); if (idx < 0) { continue; } if (!touchMoved) { - var dist = Math.sqrt(Math.pow(touches[i].pageX - ongoingTouches[idx].pageXStart, 2) + + let dist = Math.sqrt(Math.pow(touches[i].pageX - ongoingTouches[idx].pageXStart, 2) + Math.pow(touches[i].pageY - ongoingTouches[idx].pageYStart, 2)); if (ongoingTouches.length > TOUCH_MOVE_THRESHOLD.length || dist > TOUCH_MOVE_THRESHOLD[ongoingTouches.length - 1] || @@ -283,9 +281,9 @@ function handleMove(evt) { touchMoved = true; } } - var dx = touches[i].pageX - ongoingTouches[idx].pageX; - var dy = touches[i].pageY - ongoingTouches[idx].pageY; - var timeDelta = evt.timeStamp - ongoingTouches[idx].timeStamp; + let dx = touches[i].pageX - ongoingTouches[idx].pageX; + let dy = touches[i].pageY - ongoingTouches[idx].pageY; + let timeDelta = evt.timeStamp - ongoingTouches[idx].timeStamp; sumX += dx * calculatePointerAccelerationMult(Math.abs(dx) / timeDelta * 1000); sumY += dy * calculatePointerAccelerationMult(Math.abs(dy) / timeDelta * 1000); ongoingTouches[idx].pageX = touches[i].pageX; @@ -305,22 +303,22 @@ function handleMove(evt) { } function challengeResponse(message) { - var shaObj = new jsSHA("SHA-256", "TEXT"); + let shaObj = new jsSHA("SHA-256", "TEXT"); shaObj.setHMACKey(message, "TEXT"); shaObj.update(window.location.hash.substr(1)); return btoa(shaObj.getHMAC("BYTES")); } window.addEventListener("load", function() { - var authenticated = false; - var opening = document.getElementById("opening"); - var closed = document.getElementById("closed"); + let authenticated = false; + let opening = document.getElementById("opening"); + let closed = document.getElementById("closed"); pad = document.getElementById("pad"); padlabel = document.getElementById("padlabel"); - var keys = document.getElementById("keys"); - var keyboard = document.getElementById("keyboard"); - var fullscreenbutton = document.getElementById("fullscreenbutton"); - var text = document.getElementById("text"); + let keys = document.getElementById("keys"); + let keyboard = document.getElementById("keyboard"); + let fullscreenbutton = document.getElementById("fullscreenbutton"); + let text = document.getElementById("text"); function showScene(scene) { [opening, closed, pad, keys, keyboard].forEach(function (e) { @@ -348,7 +346,7 @@ window.addEventListener("load", function() { text.value = ""; showScene(opening); - var wsProtocol = "wss:"; + let wsProtocol = "wss:"; if (location.protocol == "http:") { wsProtocol = "ws:"; } @@ -356,13 +354,13 @@ window.addEventListener("load", function() { (location.port ? ":" + location.port : "") + "/ws"); - ws.onmessage = function(event) { + ws.onmessage = function(evt) { if (authenticated) { ws.close(); return; } authenticated = true; - ws.send(challengeResponse(event.data)); + ws.send(challengeResponse(evt.data)); if (history.state == "keyboard") { showKeyboard(); } else if (history.state == "keys") { @@ -425,8 +423,8 @@ window.addEventListener("load", function() { function() { location.reload(); }); - pad.addEventListener("touchstart", handleStart, false); - pad.addEventListener("touchend", handleEnd, false); - pad.addEventListener("touchcancel", handleCancel, false); - pad.addEventListener("touchmove", handleMove, false); -}, false); + pad.addEventListener("touchstart", handleStart); + pad.addEventListener("touchend", handleEnd); + pad.addEventListener("touchcancel", handleCancel); + pad.addEventListener("touchmove", handleMove); +}); From 18b8d15af026c83dc93684862b18749fb3439b66 Mon Sep 17 00:00:00 2001 From: Unrud Date: Mon, 28 Oct 2019 01:50:09 +0100 Subject: [PATCH 005/232] Hide navigation bar in fullscreen mode --- bindata.generated.go | 4 ++-- webdata/fn.js | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bindata.generated.go b/bindata.generated.go index d4b0296..833dfac 100644 --- a/bindata.generated.go +++ b/bindata.generated.go @@ -75,7 +75,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _webdataFnJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x3a\x6b\x6f\xdb\x3a\x96\xdf\xfd\x2b\x4e\xf5\xa1\x90\x1b\xc7\x89\xd3\xed\xce\x6c\x5c\x77\xd7\x37\x71\x6f\x82\xe6\x05\xdb\xb9\xad\x11\x04\x01\x2d\x1d\xdb\x9a\xc8\xa2\x46\xa4\xe2\xb8\xd3\xfc\xf7\x05\xf5\x24\x29\x4a\x4e\x8b\x7b\xf7\xc3\x62\x04\xb4\x91\xc5\x73\x0e\xcf\xfb\x41\xe9\xe0\x5d\x0b\xde\x01\x00\x9c\xd0\x70\x1b\x79\xcb\x15\x07\xdb\x69\xc3\xd1\x61\xef\xef\xfb\x47\x87\xbd\xff\x82\xdb\x20\x8a\x5d\xf8\x18\x8b\x3f\xff\x43\x63\xee\x53\xfa\xd8\x75\xe8\xfa\x53\x0b\x72\xd4\xe9\xca\x63\xb0\xf0\x7c\x04\x8f\x41\x48\x22\x0e\x74\x01\x63\x5c\x53\x8e\xfb\x53\x1a\x3b\xab\x90\xb8\xdd\x12\x5c\x5b\x11\x48\x8b\x08\x11\x18\x5d\xf0\x0d\x89\xf0\x18\xb6\x34\x06\x87\x04\x10\xa1\xeb\x31\x1e\x79\xf3\x98\x23\x78\x1c\x48\xe0\x1e\xd0\x08\xd6\xd4\xf5\x16\xdb\x8c\x9a\xc7\x21\x0e\x5c\x8c\x80\xaf\x10\x38\x46\x6b\x26\x76\x17\x3f\x7e\xbf\xba\x85\xdf\x31\xc0\x88\xf8\x70\x13\xcf\x7d\xcf\x81\x0b\xcf\xc1\x80\x21\x10\x06\xa1\x78\xc2\x56\xe8\xc2\x3c\x27\x25\x90\x3e\x0b\x4e\x26\x19\x27\xf0\x99\xc6\x81\x4b\xb8\x47\x83\x0e\xa0\xc7\x57\x18\xc1\x13\x46\xcc\xa3\x01\xbc\xcf\xb7\xc9\x68\x76\x80\x46\x19\x1d\x9b\x70\x21\x42\x04\x34\x14\xa8\x6d\x20\xc1\x16\x7c\xc2\x4b\xec\x66\x6d\x94\x42\xbb\xe0\x05\xc9\x26\x2b\x1a\x22\xf0\x15\xe1\x42\xde\x8d\xe7\xfb\x30\x47\x88\x19\x2e\x62\xbf\x93\x11\x9a\xc7\x1c\xbe\x9e\x4f\xcf\xae\x6f\xa7\x30\xbc\x9a\xc1\xd7\xe1\x78\x3c\xbc\x9a\xce\xfa\xb0\xf1\xf8\x8a\xc6\x1c\xf0\x09\x53\x6a\xde\x3a\xf4\x3d\x74\x61\x43\xa2\x88\x04\x7c\x0b\x74\x91\x11\xb9\x1c\x8d\x4f\xce\x86\x57\xd3\xe1\x6f\xe7\x17\xe7\xd3\x19\xd0\x08\x3e\x9f\x4f\xaf\x46\x93\x09\x7c\xbe\x1e\xc3\x10\x6e\x86\xe3\xe9\xf9\xc9\xed\xc5\x70\x0c\x37\xb7\xe3\x9b\xeb\xc9\xa8\x0b\x30\x41\xc1\x1c\x66\x34\x1a\xf4\xbe\x48\xac\x17\x21\xb8\xc8\x89\xe7\xb3\x52\x0f\x33\x1a\x03\x5b\xd1\xd8\x77\x61\x45\x9e\x10\x22\x74\xd0\x7b\x42\x17\x08\x38\x34\xdc\xee\xb6\x69\x4a\x86\xf8\x34\x58\x26\x02\x57\x1c\x10\xe0\x7c\x01\x01\xe5\x1d\x60\x88\xf0\x71\xc5\x79\x78\x7c\x70\xb0\xd9\x6c\xba\xcb\x20\xee\xd2\x68\x79\xe0\xa7\x94\xd8\xc1\x27\xc1\xd7\x41\xab\x75\x70\x00\x77\x3d\x48\x28\x74\xe0\x28\xbd\x41\xd6\x81\xf7\xf9\xed\x7d\xcb\xa1\x01\xe3\x30\xbd\xbe\x3d\x39\x7b\xb8\xbc\xfe\x63\xf4\x30\x3d\x1b\x8f\x26\x67\xd7\x17\xa7\x30\x80\xbb\xde\x61\x07\x7a\x1f\xc4\xbf\xfb\xbe\x02\x3a\x3d\xbf\x1c\x09\x43\x0d\xe0\xe8\xc3\x61\x3f\xd9\xe8\x2e\x7c\x3e\x60\x1d\x58\xc7\x3e\xbf\xef\x40\xb7\xdb\xcd\x89\xdf\x5c\x9f\x5f\x4d\x47\xe3\x87\xe1\xc9\xc9\xe8\x62\x34\x1e\x4e\xcf\xaf\xaf\x04\xf1\x96\x50\xf6\xdd\x61\x07\x0e\xef\x3b\xe9\xfd\xdf\xff\xd6\x81\x5e\xfe\xa3\xf7\xb7\xf7\xd2\xaf\x0f\x1f\xde\x77\xe0\xe8\xbe\x75\xdf\x6f\x69\x64\x7f\xbb\x9d\x4e\xaf\xaf\x1e\x2e\x46\x9f\x05\x3b\x87\x7d\xf3\xf2\xf8\xfc\xf7\x33\xb1\xde\xab\x59\xbf\x3c\x3f\x3d\xbd\x18\x09\x79\x8a\x0d\xbe\x8c\x66\x0f\x7f\x5c\x5f\xdc\x5e\x8e\x1e\x2e\x6f\xa7\x23\x99\xb8\xb4\x74\x7a\xfd\xf5\x4a\xa6\x2b\x2d\xdd\xde\xa4\xf4\xca\x85\xcb\xd1\xe9\xf9\xf0\xe1\xe6\x62\x38\x7b\xb8\x19\xde\x4e\x04\xcd\xf7\x86\xf5\xf1\xe8\x8f\x87\xe9\x78\x78\xf2\x05\x06\xf0\x1f\xd5\xf5\xab\xd1\xb7\x69\xb1\xfe\xa1\xdf\x6a\xf9\xc8\x61\xc3\xfa\xc9\xdf\x90\xb8\xc5\x8d\x4f\xe6\xe8\x67\xeb\x5c\x58\xfc\x92\x0a\x97\x1c\xc0\x82\xf8\x0c\xfb\xe5\xf3\x09\x17\x59\x2f\x11\xb0\x78\x76\x41\x18\x1f\x05\xae\xf6\x74\x8c\x3e\x12\x86\xee\x09\x8d\x03\x09\x83\x06\x4b\xea\x05\xcb\xcc\xad\x84\x75\xef\xd3\x85\x35\x7d\xc2\x6f\x93\x78\x5d\x82\x8a\x27\x33\xe5\x09\x73\x22\xea\xfb\xdf\x0c\xcf\x54\x38\x37\x22\xcb\xa5\x17\x2c\x55\x01\xf2\xa7\x53\x6f\x8d\x22\x4b\x0c\x20\x88\x7d\x5f\xa6\xa2\xa0\xb4\x16\x71\xe0\x88\xb4\x06\x8b\xd8\xf7\x99\x13\x21\x06\xa3\x80\xcc\x7d\x74\xed\x36\xfc\x2b\xf1\xb6\x08\x79\x1c\x05\x60\xbb\xd4\x89\xd7\x18\xf0\x6e\x05\x14\x7e\xfc\x48\x20\xc5\x55\x40\x6d\x70\xfe\xe8\xf1\xcf\xaf\x82\x5d\xd3\xef\x02\x70\xb2\x1b\x90\x35\x12\x4c\xa4\x6a\xf7\x5b\x2f\x92\x60\x11\xfe\x33\x46\x26\x31\x62\x63\x2e\x99\xb7\x00\x1b\xbb\x15\x80\x7c\x59\x5c\x86\x65\xbb\xdd\x4f\x96\x5f\x00\x7d\x86\x19\x91\x54\xda\x71\x33\xa9\x1a\x20\x23\xc1\x35\xfd\x2e\x01\x4e\x0c\xd4\x4c\x10\x66\x52\x6c\x07\x5f\x06\x80\x82\x90\xa2\x4b\x7c\xf6\x14\x18\x49\x8f\x85\x89\x54\x18\x79\xa3\x1a\x10\x03\xcf\x9a\x13\x8d\x76\x93\x34\x01\x36\x11\x5e\xd3\xef\x27\x24\x70\xd0\x37\x6b\xb7\x09\xae\x91\x2c\x7b\x05\xaf\x3a\x90\x59\xd7\x52\x94\xf9\x28\xf0\x5e\x15\x90\x29\xe8\xeb\x02\xb2\x01\x56\x0d\xc8\x26\x40\xd6\x48\x50\x24\x1f\x2d\x1e\x89\xeb\x96\x28\xce\x8a\x04\x4b\x1c\x3d\x61\xc0\x2f\x3c\xc6\x45\x2f\x60\xfb\xd9\x8d\xd1\xbb\xaa\xa2\xbe\x19\x0c\x92\x9e\x71\xe1\x05\xe8\x1a\xf5\x4d\x5c\x57\xdd\xc1\x5a\x68\x0c\x58\x1d\x28\x76\xdd\xe5\x8c\x55\x79\x7f\x85\x83\x94\xd6\xaf\xf1\x61\x34\xce\xaf\x30\xb1\xa6\xdf\x7f\x91\x03\x83\xd5\x7f\x85\x81\xcb\x49\x49\xe7\xa4\x6e\x7f\xc5\x7b\x44\xfb\x98\xd4\x55\x9b\xa7\x8d\x1c\xf7\xd6\x38\xe1\x64\x1d\x6a\xd1\x51\xee\xef\xb9\x18\x70\x6f\xe1\x61\x74\x9c\x56\xed\x6e\xf9\xa4\x53\x40\x85\x64\x89\xdf\x72\x80\xe4\x87\xb6\x96\x74\x05\x0d\x00\x33\x79\x6d\xa6\xad\x55\x90\x25\x80\x42\x82\xe3\xf2\x36\x95\x5c\x0d\x1c\xb9\xab\x38\x0f\x5c\x7c\xfe\x6d\x7b\xee\xda\x9e\x3b\xa5\x9f\xbd\xa0\xd0\xb8\x68\xca\x6d\x51\xed\xbd\xa4\x55\x00\x0f\x3e\x6a\xfd\x48\xd7\xc7\x60\xc9\x57\x7d\xf0\xf6\xf6\x64\x3b\x09\x0b\xab\x90\x77\xde\xbd\xa4\x2b\x18\x0c\x40\xdf\x2d\xbf\x32\xa5\x7b\xfd\xe2\xe9\x4b\xab\xfc\x3f\x5b\xdd\xef\xa9\x02\x39\xc4\x77\x62\x31\x49\xdd\x50\x2f\xe0\x18\x0d\x1d\x07\x7d\x8c\x92\x09\xed\x32\xf6\xb9\xcd\x42\xc4\x46\xc1\x4c\xcd\x74\x9d\x78\x49\x07\x74\x04\x03\x23\xd2\x9d\x77\x7f\x77\x78\xdf\x57\x80\x49\x13\x70\x4f\x02\x16\x8a\x63\x47\xf0\x71\x00\x0a\xc3\xf9\xe5\xd0\x80\x7b\x41\x8c\xba\x6e\x72\x54\x4f\x28\xf6\xb0\x46\xa3\xe4\xc8\x84\x96\xc8\xd2\xab\x65\x0f\xf6\xa1\x67\x90\x67\x17\x82\x2c\x53\x5e\x63\x52\x1b\xc0\x3e\xb0\x5e\x1b\x0e\x12\x39\x93\xfb\x36\xbc\x03\x9b\x88\x1f\xa4\xd7\x86\x3d\x20\xbd\xbe\x64\x70\x21\x56\x83\x6d\xe0\x93\x2a\x6f\xb6\x99\x91\xb7\x26\x32\x0a\xd7\x8a\xab\xf5\xf4\xd0\x39\x55\xfb\xe2\xa2\x96\xd6\xf5\xcb\x62\x6d\xc3\xba\x0c\x03\xd7\xb6\xe6\x16\xec\x19\x27\xac\x3d\xb0\xfa\x87\x96\x56\xe0\xe2\xd0\x25\x1c\xc5\x70\x31\x0c\xdc\x49\xd2\x73\x17\xdb\x15\x43\x00\x0c\xe0\x92\xf0\x55\x97\x47\x71\xe0\xd8\xf9\x5c\x90\xa5\xbc\x62\x30\xa8\x42\xcd\x4a\x28\xa1\xe4\x64\x95\xcc\x59\x4a\xa1\x0d\x9f\x06\xd0\x83\x1f\x3f\x40\x79\x3e\x4b\x9f\xcb\x1a\x2f\x06\x91\xfd\x41\x7a\xdf\x57\x96\x66\xd2\xd2\xac\x5c\x2a\x14\xb2\x16\x0a\x49\xe5\x10\x2a\xc8\x7f\xcd\xda\xb2\x29\xa4\x61\x46\x95\xa3\x9c\x70\x24\x79\xb3\x11\xc7\x04\x59\x27\x73\x46\xc7\x20\x75\x86\x57\x95\x5b\x1a\xae\xf6\x07\xf9\xaf\xbe\xb6\x3c\x53\x96\x67\xfa\x72\x3a\x40\xf1\x48\x8e\xe8\x42\x33\x4c\xe8\x22\x97\x3a\xd7\x4d\xce\x8e\xa9\xa0\xad\x48\xe0\xfa\x98\xd4\x07\x1b\x9f\xb8\xdc\xf4\x18\xd3\x76\x25\x59\x28\x23\x2b\x3e\xf1\x6e\x51\x44\xfa\x2a\x8c\x36\xee\x2a\x6b\x86\x41\x36\x5f\xaf\xce\x99\xaa\x89\x79\x31\xe5\x8a\xcd\xd3\x2e\xc2\xcd\x78\xee\xd7\x66\x6e\xbe\xbb\x16\xf1\xb2\x08\x71\x12\x2d\x31\x6d\x31\x42\xe2\xc2\xdb\xb7\x50\xbb\x98\x4c\xf9\x3f\x93\x82\x05\xd7\x61\x84\xa2\x31\x39\xc5\x05\x11\x75\xa7\x5d\xc2\x69\x36\x08\x63\xb6\xb2\xb5\x1e\x24\xe1\xa2\xa3\xaa\xbe\xdd\xd6\x14\xac\x9c\x1f\xc8\x52\xbe\xc9\xf5\xab\xf3\x2c\x9d\x15\xd4\x67\x8a\x4a\xd0\x36\x25\x0c\x55\x6e\xe5\x9c\xa1\x29\x3a\xb5\xc0\x68\x0e\xd0\x5c\x2c\x3d\xaf\x0a\xeb\x24\xc3\x80\x6e\x19\x1f\x49\x94\x27\x65\x0d\x49\x93\xb1\x29\x55\x1b\x9c\x55\x0d\x50\xb5\xe4\x16\x81\xac\xb3\x53\xc6\xf1\xc2\xd2\xb6\x37\x9c\x9e\xa8\xc4\x4d\x71\x3d\x0a\x5c\x39\xaa\xff\xb2\x78\x49\xa0\xdd\x67\x18\xd4\x74\x89\xdc\xd4\xd0\x69\x26\x13\xf8\x1f\xab\x8d\x48\x53\xec\x68\xd1\xc1\x42\xdf\x73\x50\x10\xea\x40\x4f\x8f\x00\x25\xc5\xec\xed\xd5\xc6\x47\x4d\x0a\xfb\x0b\xcd\x06\x72\xc2\x51\x33\xe1\x27\xe3\x61\x70\x66\x85\x4a\x16\xce\x33\x6c\xe9\x7a\x2f\xaf\x48\xe6\x45\x3a\xd3\xb6\x16\x45\xed\xed\xdb\x4a\x1e\x96\x77\xfd\x89\x0e\xe5\x4f\xe6\xe6\x8d\x24\xf0\xdb\xb7\xaa\xd1\x60\x5f\x2e\x4a\x1f\xd5\x43\x72\xdd\x6b\xe7\x31\xe7\x34\xa8\xe6\x45\x53\x59\xd2\x8a\x39\xa4\xef\x49\x52\x74\x83\xf0\x92\xa5\xcb\x19\xd6\x4c\xf7\xe8\xb5\x74\x93\x93\xf3\x9f\x20\xfc\xfe\xb5\x84\xd3\x23\x77\x53\x90\xa9\x46\xce\xf0\x85\x5d\x7b\x96\x16\xc1\x39\x6d\xa3\x36\x74\x46\xaa\xe9\x94\x21\xcf\x33\x71\xa5\x61\xee\x68\x56\xac\xa8\xa0\x26\x20\x75\x9e\x0f\xad\x4a\x31\x32\xe5\xcd\xf4\xcc\xed\xdf\xa9\xf3\x4f\x49\x9d\x35\xb9\x09\xfe\xaf\x8b\xa1\x60\x41\x37\x29\x8b\xd7\xdf\xca\xe0\xcf\x9e\xcc\xd4\x27\xff\x9f\xcc\x9e\xb4\x7c\xa5\x41\x74\xd4\xe4\x15\x8e\xc7\x78\xde\x65\xb1\x7f\x46\x3c\x1d\x78\x42\xba\x91\x79\x4a\x0e\xa0\x60\x1f\xf4\x03\x1b\xf7\x39\x5b\x4b\x92\x6f\x47\x24\xb6\x3d\x65\x07\x71\xd5\x11\x9c\x35\x10\x9c\x15\x04\x35\x57\xa8\x2f\x27\x8d\xc5\x53\x3e\x25\xce\xaf\x44\x72\x33\xd6\x9d\x79\x8b\x7d\xe8\xdd\x9b\x28\x35\xd4\xa3\x4f\x83\xfa\x82\x94\x5f\x0d\x11\xa3\x9a\x53\x3d\x92\x49\xdc\xe9\x67\x8c\xa4\x1e\xd0\xb8\xdb\x2a\x7a\xa3\x49\x54\x74\x21\xef\x29\xfa\x9c\xe8\x99\xa0\x86\x84\x21\x53\x24\xd1\xb8\x37\x10\x82\xbc\xdb\x7d\x3c\x57\x8c\xdb\xee\x73\x1b\x0e\xa4\xfd\xdf\x41\xef\xf0\xf0\xb0\xad\xd0\x9d\x25\x74\xb7\x3f\x47\x77\xbb\x83\x6e\xad\x62\x0d\x76\xd8\x8d\x35\x33\xa8\xbf\x19\xab\x54\xb1\x31\xf9\x6a\xad\x65\x73\xb7\x94\xa7\xf1\x26\xff\x6c\x6c\xdd\x92\x23\x90\x9d\xd3\xe4\xde\x20\xb1\x72\xcd\xf8\x98\xae\xce\x8c\x0d\x4e\xed\xc6\x95\xe6\x49\x3b\x65\xa9\x6c\xa7\x1d\xb3\xa8\x1b\x16\x77\xc6\x73\x34\xe3\x3b\x81\x15\xf1\x05\x37\x38\x46\x16\xd2\x80\xa1\xbd\x46\xc6\xc8\x12\x95\x42\xb3\x22\xd7\xf3\x7f\x88\xa1\x11\x37\xf0\x0f\x36\x39\x1b\xda\xd6\xe4\x6c\xb8\x7f\xf4\xe1\x3f\xad\x0e\x58\xd3\xd1\xb7\x69\x5e\xe4\x52\xd0\x2e\x43\x7e\x76\x39\x3c\xf9\x82\xdb\x9c\x9e\x19\x2e\xe5\xd3\xde\x78\x81\x4b\x37\x5d\x9f\x3a\x89\x27\x77\x57\x84\xad\xba\x2c\x9e\x33\x1e\xd9\xbd\x3c\x69\x66\xc7\x93\x73\x4e\x89\x9d\xa1\x2f\xd3\x6d\x6c\xeb\xb7\xd9\x74\x34\xb1\xda\xe9\x69\x62\x46\xad\xfa\xca\xc4\xa7\xc4\xb5\x3a\x90\x0b\xaf\x9c\x2c\x92\x98\xaf\x44\xa9\x72\x08\xd7\x4f\x7a\x92\xcf\x12\x42\x0c\xd2\x92\x5d\xbc\x92\x59\x22\xcf\xde\xdf\x24\x45\xcf\xca\x40\x2c\xe9\x60\xce\xf1\x29\x4b\xa8\xd5\x22\xa5\x10\x39\x4e\x48\x1a\x81\x43\x22\x43\x26\xa7\x35\x3b\xc0\x13\x18\x99\xa3\x47\xdc\xb2\x26\x1c\xb1\xae\xc1\xcf\x29\x89\x1a\xd9\xca\x61\x64\xbc\xf2\xdd\x58\xd1\xb4\xd7\xe2\xeb\xb0\x32\x1d\x8e\xcf\xbc\x09\x57\xac\x0b\xf8\xb4\x95\xc9\xbd\x9a\xad\xe8\x66\xe2\x60\x80\x36\x13\xff\xcb\x31\x76\x97\x99\xa9\x93\x19\xa7\x23\x54\xd9\x49\xf4\xd2\x29\xa4\xbd\xef\x2e\x68\x34\x22\xce\xca\x2e\x48\xda\xa8\x47\x2a\x76\x19\xdf\xfa\xd8\x75\x3d\x16\xfa\x44\xd4\x1f\x14\x11\x9d\xec\x08\xff\x0d\xd6\xc2\xc7\x67\x0b\x8e\xc1\x0a\x68\x80\x96\x14\xa5\x45\x20\x56\x99\xfe\x82\x5b\x66\x2b\x1f\x18\x18\xdf\x76\xa7\x11\x94\xcb\x28\x78\xd7\xba\xab\x95\xc7\x38\x8d\xb6\x5d\xc6\x09\x47\x78\x33\x80\xcc\xb0\x9a\x08\x39\x58\x18\x33\x51\xe1\x39\x66\x0e\xd0\x01\xcb\x34\x6b\x18\xf9\x4d\x14\xf6\x2b\x3c\x27\x88\x72\xbb\x8e\xcf\xbc\xbb\xa0\x4e\xcc\xec\xd7\x48\x93\xb9\xdc\xab\x24\x4a\x61\x9b\xa4\x4a\x36\x7f\x22\x7e\x8c\x30\x00\xcb\xca\x93\x54\xce\x6e\xe6\x34\xb9\xa3\xa5\x9f\x49\xdd\x44\x94\x53\x87\x8a\x18\xb4\x36\x8c\x1d\x5b\xe5\x39\x7b\x91\xc9\xc2\x02\x66\x00\x56\xf2\xa5\x9d\xa5\x1e\x42\xa8\x44\x72\x1a\x29\x6f\x1b\x96\xe5\xdc\xaf\x38\x9f\x50\xe7\x11\xb9\x2d\x21\xec\x81\x75\x70\x20\x46\xc4\x32\x6d\x52\xc6\x03\xb2\x46\xa9\x6d\x95\x38\xa1\x11\x17\x6e\x79\xac\xa0\x24\x4f\x8f\x85\x62\x24\x24\xeb\x60\xc3\x8a\xa0\xda\xb0\x2e\x0d\xb2\x24\x2e\xf2\x62\x9e\x3c\xa5\x61\x24\x97\x5a\xc9\xa1\x86\x89\x28\x89\x38\x5b\xeb\x81\xd3\xb4\x6e\x2a\x62\x7a\x4a\x36\xbf\x36\xa8\x56\x30\xd1\x22\xb8\x84\x93\x76\xa3\x1b\x0d\x9a\xdc\x48\xf5\x6d\x63\x49\x37\x52\xab\x86\x58\x19\xd5\xcd\x53\x7f\xe9\x6b\x21\x71\xab\x5e\x2a\x1b\x23\x51\xa3\x6c\x8a\x9f\x0d\xbe\x34\xf3\xe5\x69\x28\x23\xdd\x58\x12\xf2\xc4\x6c\x28\xaa\x8e\xef\x39\x8f\x56\xa7\x10\x34\x23\xbb\xb3\x5a\xbc\x9e\xa4\x9c\x28\x92\x19\xd0\xf0\xbd\x9d\xac\x02\xbd\x9e\x54\xf2\xb4\x9c\x91\x5f\x5a\x46\x94\x7a\xa6\x8c\x5a\x17\x6c\x19\x3e\x3a\xaa\x94\x8c\x5a\xe3\x18\x7d\xa2\xfa\xf9\x9c\xd1\x37\xb2\x27\x77\xff\xf2\xdc\x63\xb0\xc2\x08\x9f\x78\x44\x9c\xc7\x4c\xc1\x49\x55\x3b\x36\x7e\x14\xfa\x92\x7d\x48\x91\x21\xfa\x64\x1b\x92\x98\x61\x2d\x62\xf1\xb5\xa9\x8a\x18\xe0\x33\x6f\xdc\xb1\xfc\xcc\x54\x45\x7c\xa2\x7e\xbc\x46\x97\x6e\x82\x2a\xa6\xf4\x51\xac\x09\x69\x1d\x73\x03\x9f\xd2\x47\xb6\x26\xa4\x38\xac\x45\xb9\xbd\x79\xa9\x16\x7d\x9b\x1a\xbf\xc5\xd1\x3c\x9a\x76\x3d\xb7\xc1\x8b\x15\x8b\x1a\x9d\x27\xbf\x8a\x33\xa3\x47\x91\xa2\x69\xf7\x11\xb7\x5a\xae\xcc\x4d\x5d\xdc\xd4\x46\x99\x20\xb4\x3b\xc2\x5a\x3b\xf9\x4a\x06\xb0\xb2\x36\x8a\xda\x5b\x49\x71\x0a\xef\x5c\xf0\x5e\x62\x68\x02\x40\x5d\xa9\x55\x5d\xba\xa0\x9a\x76\xf2\x79\xaa\x9d\x13\xe7\x51\x09\x9a\xec\x3e\x03\xa3\x41\x48\xc3\x2c\x1d\xd7\x87\x69\x48\x5c\x2d\x21\xbc\xc9\x33\x82\xe9\x34\x24\x4f\x57\x3f\x89\xc3\xea\xe0\x4d\x0a\x7e\x65\x29\x01\xa5\x9c\x68\x7a\xdb\x51\x98\xcc\x65\x0e\x1a\x4a\x1d\xd4\x65\x25\x68\xa8\x56\x60\x38\xe1\x79\xd9\xe1\xaa\x11\x8a\xb9\xec\xcf\x70\xd6\xa2\xab\x49\x49\x9a\x5c\x45\x58\xbf\xba\x43\x72\x88\xc0\x38\x89\xb8\xd5\x91\xbf\x2a\xd8\x8d\x84\x81\x5b\xa0\x8c\x02\x77\x37\x82\x93\x9c\xce\x17\x38\xe9\x61\xfd\x6e\xb4\x35\x7d\xc2\x02\x49\xcc\xf5\x62\xd4\x6d\xf7\x5b\xff\x1b\x00\x00\xff\xff\x0a\xe3\xf8\xc5\xb6\x34\x00\x00") +var _webdataFnJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x3a\x6b\x6f\xdb\x3a\x96\xdf\xfd\x2b\x4e\xf5\xa1\x90\x1b\xc7\x89\xd3\xed\xce\x6c\x5c\x77\xd7\x37\x71\x6f\x82\xe6\x05\xdb\xb9\xad\x11\x04\x01\x2d\x1d\xdb\x9a\xc8\xa2\x46\xa4\xe2\xb8\xb7\xf9\xef\x0b\xea\x49\x52\x94\x9c\x16\x77\xf6\xc3\x62\x04\xb4\x91\xc5\x73\x0e\xcf\xfb\x41\xe9\xe0\x5d\x0b\xde\x01\x00\x9c\xd0\x70\x1b\x79\xcb\x15\x07\xdb\x69\xc3\xd1\x61\xef\xef\xfb\x47\x87\xbd\xff\x82\xdb\x20\x8a\x5d\xf8\x18\x8b\x3f\xff\x43\x63\xee\x53\xfa\xd8\x75\xe8\xfa\x53\x0b\x72\xd4\xe9\xca\x63\xb0\xf0\x7c\x04\x8f\x41\x48\x22\x0e\x74\x01\x63\x5c\x53\x8e\xfb\x53\x1a\x3b\xab\x90\xb8\xdd\x12\x5c\x5b\x11\x48\x8b\x08\x11\x18\x5d\xf0\x0d\x89\xf0\x18\xb6\x34\x06\x87\x04\x10\xa1\xeb\x31\x1e\x79\xf3\x98\x23\x78\x1c\x48\xe0\x1e\xd0\x08\xd6\xd4\xf5\x16\xdb\x8c\x9a\xc7\x21\x0e\x5c\x8c\x80\xaf\x10\x38\x46\x6b\x26\x76\x17\x3f\x7e\xbf\xba\x85\xdf\x31\xc0\x88\xf8\x70\x13\xcf\x7d\xcf\x81\x0b\xcf\xc1\x80\x21\x10\x06\xa1\x78\xc2\x56\xe8\xc2\x3c\x27\x25\x90\x3e\x0b\x4e\x26\x19\x27\xf0\x99\xc6\x81\x4b\xb8\x47\x83\x0e\xa0\xc7\x57\x18\xc1\x13\x46\xcc\xa3\x01\xbc\xcf\xb7\xc9\x68\x76\x80\x46\x19\x1d\x9b\x70\x21\x42\x04\x34\x14\xa8\x6d\x20\xc1\x16\x7c\xc2\x4b\xec\x66\x6d\x94\x42\xbb\xe0\x05\xc9\x26\x2b\x1a\x22\xf0\x15\xe1\x42\xde\x8d\xe7\xfb\x30\x47\x88\x19\x2e\x62\xbf\x93\x11\x9a\xc7\x1c\xbe\x9e\x4f\xcf\xae\x6f\xa7\x30\xbc\x9a\xc1\xd7\xe1\x78\x3c\xbc\x9a\xce\xfa\xb0\xf1\xf8\x8a\xc6\x1c\xf0\x09\x53\x6a\xde\x3a\xf4\x3d\x74\x61\x43\xa2\x88\x04\x7c\x0b\x74\x91\x11\xb9\x1c\x8d\x4f\xce\x86\x57\xd3\xe1\x6f\xe7\x17\xe7\xd3\x19\xd0\x08\x3e\x9f\x4f\xaf\x46\x93\x09\x7c\xbe\x1e\xc3\x10\x6e\x86\xe3\xe9\xf9\xc9\xed\xc5\x70\x0c\x37\xb7\xe3\x9b\xeb\xc9\xa8\x0b\x30\x41\xc1\x1c\x66\x34\x1a\xf4\xbe\x48\xac\x17\x21\xb8\xc8\x89\xe7\xb3\x52\x0f\x33\x1a\x03\x5b\xd1\xd8\x77\x61\x45\x9e\x10\x22\x74\xd0\x7b\x42\x17\x08\x38\x34\xdc\xee\xb6\x69\x4a\x86\xf8\x34\x58\x26\x02\x57\x1c\x10\xe0\x7c\x01\x01\xe5\x1d\x60\x88\xf0\x71\xc5\x79\x78\x7c\x70\xb0\xd9\x6c\xba\xcb\x20\xee\xd2\x68\x79\xe0\xa7\x94\xd8\xc1\x27\xc1\xd7\x41\xab\x75\x70\x00\x77\x3d\x48\x28\x74\xe0\x28\xbd\x41\xd6\x81\xf7\xf9\xed\x7d\xcb\xa1\x01\xe3\x30\xbd\xbe\x3d\x39\x7b\xb8\xbc\xfe\x63\xf4\x30\x3d\x1b\x8f\x26\x67\xd7\x17\xa7\x30\x80\xbb\xde\x61\x07\x7a\x1f\xc4\xbf\xfb\xbe\x02\x3a\x3d\xbf\x1c\x09\x43\x0d\xe0\xe8\xc3\x61\x3f\xd9\xe8\x2e\x7c\x3e\x60\x1d\x58\xc7\x3e\xbf\xef\x40\xb7\xdb\xcd\x89\xdf\x5c\x9f\x5f\x4d\x47\xe3\x87\xe1\xc9\xc9\xe8\x62\x34\x1e\x4e\xcf\xaf\xaf\x04\xf1\x96\x50\xf6\xdd\x61\x07\x0e\xef\x3b\xe9\xfd\xdf\xff\xd6\x81\x5e\xfe\xa3\xf7\xb7\xf7\xd2\xaf\x0f\x1f\xde\x77\xe0\xe8\xbe\x75\xdf\x6f\x69\x64\x7f\xbb\x9d\x4e\xaf\xaf\x1e\x2e\x46\x9f\x05\x3b\x87\x7d\xf3\xf2\xf8\xfc\xf7\x33\xb1\xde\xab\x59\xbf\x3c\x3f\x3d\xbd\x18\x09\x79\x8a\x0d\xbe\x8c\x66\x0f\x7f\x5c\x5f\xdc\x5e\x8e\x1e\x2e\x6f\xa7\x23\x99\xb8\xb4\x74\x7a\xfd\xf5\x4a\xa6\x2b\x2d\xdd\xde\xa4\xf4\xca\x85\xcb\xd1\xe9\xf9\xf0\xe1\xe6\x62\x38\x7b\xb8\x19\xde\x4e\x04\xcd\xf7\x86\xf5\xf1\xe8\x8f\x87\xe9\x78\x78\xf2\x05\x06\xf0\x1f\xd5\xf5\xab\xd1\xb7\x69\xb1\xfe\xa1\xdf\x6a\xf9\xc8\x61\xc3\xfa\xc9\xdf\x90\xb8\xc5\x8d\x4f\xe6\xe8\x67\xeb\x5c\x58\xfc\x92\x0a\x97\x1c\xc0\x82\xf8\x0c\xfb\xe5\xf3\x09\x17\x59\x2f\x11\xb0\x78\x76\x41\x18\x1f\x05\xae\xf6\x74\x8c\x3e\x12\x86\xee\x09\x8d\x03\x09\x83\x06\x4b\xea\x05\xcb\xcc\xad\x84\x75\xef\xd3\x85\x35\x7d\xc2\x6f\x93\x78\x5d\x82\x8a\x27\x33\xe5\x09\x73\x22\xea\xfb\xdf\x0c\xcf\x54\x38\x37\x22\xcb\xa5\x17\x2c\x55\x01\xf2\xa7\x53\x6f\x8d\x22\x4b\x0c\x20\x88\x7d\x5f\xa6\xa2\xa0\xb4\x16\x71\xe0\x88\xb4\x06\x8b\xd8\xf7\x99\x13\x21\x06\xa3\x80\xcc\x7d\x74\xed\x36\xfc\x99\x78\x5b\x84\x3c\x8e\x02\xb0\x5d\xea\xc4\x6b\x0c\x78\xb7\x02\x0a\x3f\x7e\x24\x90\xe2\x2a\xa0\x36\x38\x7f\xf4\xf8\xe7\x57\xc1\xae\xe9\x77\x01\x38\xd9\x0d\xc8\x1a\x09\x26\x52\xb5\xfb\xad\x17\x49\xb0\x08\xff\x19\x23\x93\x18\xb1\x45\x76\x4f\x72\x39\xcb\x45\xf4\x16\x60\x63\xb7\x02\x99\x2f\x8b\xcb\xb0\x6c\xe7\x54\xfa\x09\xd4\x0b\xa0\xcf\x30\xa3\x95\x4a\x3f\x6e\xa6\x58\x03\xd4\x44\x77\x4d\xbf\x4b\xf0\x13\x03\x51\x13\x44\x23\x45\xb6\x83\x4b\x03\x80\x4e\x4f\x51\x38\x3e\xcb\x66\xb7\x65\x1d\x17\x76\x54\x61\xe4\xfd\x6a\x40\xec\x2a\xeb\x9a\xa7\x8d\x76\x93\x34\x01\x36\x11\x5e\xd3\xef\x27\x24\x70\xd0\x37\xeb\xba\x09\xae\x91\x2c\x7b\x05\xaf\x3a\x90\x6d\xd4\xb5\x14\x8a\x3e\x0a\xbc\x57\x45\x6d\x0a\xfa\xba\xa8\x6d\x80\x55\xa3\xb6\x09\x90\x35\x12\x14\x19\x4a\x0b\x5a\xe2\xba\x25\x8a\xb3\x22\xc1\x12\x47\x4f\x18\xf0\x0b\x8f\x71\xd1\x30\xd8\x7e\x76\x63\xf4\xae\xaa\xa8\x6f\x06\x83\xa4\xb1\x5c\x78\x01\xba\x46\x7d\x13\xd7\x55\x77\xb0\x16\x1a\x03\x56\x07\x8a\x5d\x77\x39\x63\x55\xde\x5f\xe1\x20\xa5\xf5\x6b\x7c\x18\x8d\xf3\x2b\x4c\xac\xe9\xf7\x5f\xe4\xc0\x60\xf5\x5f\x61\xe0\x72\x52\xd2\x39\xa9\xdb\x5f\xf1\x1e\xd1\x63\x26\xc5\xd7\xe6\x69\xb7\xc7\xbd\x35\x4e\x38\x59\x87\x5a\x74\x94\xfb\x7b\x2e\x06\xdc\x5b\x78\x18\x1d\xa7\xa5\xbd\x5b\x3e\xe9\x14\x50\x21\x59\xe2\xb7\x1c\x20\xf9\xa1\xad\x25\xad\x43\x03\xc0\x4c\x5e\x9b\x69\x6b\x15\x64\x09\xa0\x90\xe0\xb8\xbc\x4d\x25\x57\x03\x47\x6e\x3d\xce\x03\x17\x9f\x7f\xdb\x9e\xbb\xb6\xe7\x4e\xe9\x67\x2f\x28\x34\x2e\x3a\x77\x5b\xb4\x04\x5e\xd2\x4f\x80\x07\x1f\xb5\xa6\xa5\xeb\x63\xb0\xe4\xab\x3e\x78\x7b\x7b\xb2\x9d\x84\x85\x55\xc8\x3b\xef\x5e\xd2\x15\x0c\x06\xa0\xef\x96\x5f\x99\xd2\xbd\x7e\xf1\xf4\xa5\x55\xfe\x9f\xad\xee\xf7\x54\x81\x1c\xe2\x3b\xb1\x18\xb7\x6e\xa8\x17\x70\x8c\x86\x8e\x83\x3e\x46\xc9\x18\x77\x19\xfb\xdc\x66\x21\x62\xa3\x60\xa6\x8e\xbb\x4e\xbc\xa4\x4d\x3a\x82\x81\x11\xe9\xce\xbb\xbf\x3b\xbc\xef\x2b\xc0\xa4\x09\xb8\x27\x01\x0b\xc5\xb1\x23\xf8\x38\x00\x85\xe1\xfc\x72\x68\xc0\xbd\x20\x46\x5d\x37\x39\xaa\x27\x14\x7b\x58\xa3\x51\x72\x64\x42\x4b\x64\xe9\xd5\xb2\x07\xfb\xd0\x33\xc8\xb3\x0b\x41\x96\x29\xaf\x31\xa9\x0d\x60\x1f\x58\xaf\x0d\x07\x89\x9c\xc9\x7d\x1b\xde\x81\x4d\xc4\x0f\xd2\x6b\xc3\x1e\x90\x5e\x5f\x32\xb8\x10\xab\xc1\x36\xf0\x49\x95\x37\xdb\xcc\xc8\x5b\x13\x19\x85\x6b\xc5\xd5\x7a\x7a\xe8\x9c\xaa\xcd\x73\x51\x4b\xeb\x9a\x6a\xb1\xb6\x61\x5d\x86\x81\x6b\x5b\x73\x0b\xf6\x8c\x63\xd8\x1e\x58\xfd\x43\x4b\x2b\x70\x71\xe8\x12\x8e\x62\x02\x19\x06\xee\x24\x69\xcc\x8b\xed\x8a\x49\x01\x06\x70\x49\xf8\xaa\xcb\xa3\x38\x70\xec\x7c\x78\xc8\x52\x5e\x31\x3d\x54\xa1\x66\x25\x94\x50\x72\xb2\x4a\xe6\x2c\xa5\xd0\x86\x4f\x03\xe8\xc1\x8f\x1f\xa0\x3c\x9f\xa5\xcf\x65\x8d\x17\xd3\xca\xfe\x20\xbd\xef\x2b\x4b\x33\x69\x69\x56\x2e\x15\x0a\x59\x0b\x85\xa4\x72\x08\x15\xe4\xbf\x66\x6d\xd9\x14\xd2\xc4\xa3\xca\x51\x8e\x41\x92\xbc\xd9\x1c\x64\x82\xac\x93\x39\xa3\x63\x90\x3a\xc3\xab\xca\x2d\x4d\x60\xfb\x83\xfc\x57\x5f\x5b\x9e\x29\xcb\x33\x7d\x39\x9d\xb2\x78\x24\x47\x74\xa1\x19\x26\x74\x91\x4b\x9d\xeb\x26\x67\xc7\x54\xd0\x56\x24\x70\x7d\x4c\xea\x83\x8d\x4f\x5c\x6e\x7a\x8c\x69\xbb\x92\x2c\x94\xb9\x16\x9f\x78\xb7\x28\x22\x7d\x15\x46\x9b\x89\x95\x35\xc3\xb4\x9b\xaf\x57\x87\x51\xd5\xc4\xbc\x18\x85\xc5\xe6\x69\x17\xe1\x66\x3c\xf7\x6b\x33\x37\xdf\x5d\x8b\x78\x59\x84\x38\x89\x96\x98\xb6\x18\x21\x71\xe1\xed\x5b\xa8\x5d\x4c\x8e\x02\x7e\x26\x05\x0b\xae\xc3\x08\x45\x63\x72\x8a\x0b\x22\xea\x4e\xbb\x84\xd3\x6c\x10\xc6\x6c\x65\x6b\x3d\x48\xc2\x45\x47\x55\x7d\xbb\xad\x29\x58\x39\x64\x90\xa5\x7c\x93\xeb\x57\xe7\x59\x3a\x50\xa8\xcf\x14\x95\xa0\x6d\x4a\x18\xaa\xdc\xca\x61\x44\x53\x74\x6a\x81\xd1\x1c\xa0\xb9\x58\x7a\x5e\x15\xd6\x49\x86\x01\xdd\x32\x3e\x92\x28\x4f\xca\x1a\x92\x26\x63\x53\xaa\x36\x38\xab\x1a\xa0\x6a\xc9\x2d\x02\x59\x67\xa7\x8c\xe3\x85\xa5\x6d\x6f\x38\x62\x51\x89\x9b\xe2\x7a\x14\xb8\x72\x54\xff\xcb\xe2\x25\x81\x76\x9f\x61\x50\xd3\x25\x72\x53\x43\xa7\x99\x4c\xe0\x7f\xac\x36\x22\x4d\xb1\xa3\x45\x07\x0b\x7d\xcf\x41\x41\xa8\x03\x3d\x3d\x02\x94\x14\xb3\xb7\x57\x1b\x1f\x35\x29\xec\x5f\x68\x36\x90\x13\x8e\x9a\x09\x3f\x19\x4f\x8c\x33\x2b\x54\xb2\x70\x9e\x61\x4b\xd7\x7b\x79\x45\x32\x2f\xd2\x99\xb6\xb5\x28\x6a\x6f\xdf\x56\xf2\xb0\xbc\xeb\x4f\x74\x28\x7f\x31\x37\x6f\x24\x81\xdf\xbe\x55\x8d\x06\xfb\x72\x51\xfa\xa8\x9e\xa4\xeb\x5e\x3b\x8f\x39\xa7\x41\x35\x2f\x9a\xca\x92\x56\xcc\x21\x7d\x99\x92\xa2\x1b\x84\x97\x2c\x5d\xce\xb0\x66\xba\x47\xaf\xa5\x9b\x1c\xaf\xff\x04\xe1\xf7\xaf\x25\x9c\x9e\xcb\x9b\x82\x4c\x35\x72\x86\x2f\xec\xda\xb3\xb4\x08\xce\x69\x1b\xb5\xa1\x33\x52\x4d\xa7\x0c\x79\x9e\x89\x2b\x0d\x73\x47\xb3\x62\x45\x05\x35\x01\xa9\xf3\x7c\x68\x55\x8a\x91\x29\x6f\xa6\x67\x6e\xff\x4e\x9d\x7f\x49\xea\xac\xc9\x4d\xf0\x7f\x5d\x0c\x05\x0b\xba\x49\x59\xbc\xfe\x56\x06\x7f\xf6\x64\xa6\x3e\xf9\xff\x64\xf6\xa4\xe5\x2b\x0d\xa2\xa3\x26\xef\x79\x3c\xc6\xf3\x2e\x8b\xfd\x33\xe2\xe9\xc0\x13\xd2\x8d\xcc\x53\x72\x00\x05\xfb\xa0\x1f\xd8\xb8\xcf\xd9\x5a\x92\x7c\x3b\x22\xb1\xed\x29\x3b\x88\xab\x8e\xe0\xac\x81\xe0\xac\x20\xa8\xb9\x42\x7d\x39\x69\x2c\x9e\xf2\x29\x71\x7e\x25\x92\x9b\xb1\xee\xcc\x5b\xec\x43\xef\xde\x44\xa9\xa1\x1e\x7d\x1a\xd4\x17\xa4\xfc\x6a\x88\x18\xd5\x9c\xea\x91\x4c\xe2\x4e\x3f\x63\x24\xf5\x80\xc6\xdd\x56\xd1\x1b\x4d\xa2\xa2\x0b\x79\x4f\xd1\xe7\x44\xcf\x04\x35\x24\x0c\x99\x22\x89\xc6\xbd\x81\x10\xe4\xdd\xee\xe3\xb9\x62\xdc\x76\x9f\xdb\x70\x20\xed\xff\x0e\x7a\x87\x87\x87\x6d\x85\xee\x2c\xa1\xbb\xfd\x39\xba\xdb\x1d\x74\x6b\x15\x6b\xb0\xc3\x6e\xac\x99\x41\xfd\xcd\x58\xa5\x8a\x8d\xc9\x57\x6b\x2d\x9b\xbb\xa5\x3c\x8d\x37\xf9\x67\x63\xeb\x96\x1c\x81\xec\x9c\x26\xf7\x06\x89\x95\x6b\xc6\xc7\x74\x75\x66\x6c\x70\x6a\x37\xae\x34\x4f\xda\x29\x4b\x65\x3b\xed\x98\x45\xdd\xb0\xb8\x33\x9e\xa3\x19\xdf\x09\xac\x88\x2f\xb8\xc1\x31\xb2\x90\x06\x0c\xed\x35\x32\x46\x96\xa8\x14\x9a\x15\xb9\x9e\xff\x43\x0c\x8d\xb8\x81\x7f\xb0\xc9\xd9\xd0\xb6\x26\x67\xc3\xfd\xa3\x0f\xff\x69\x75\xc0\x9a\x8e\xbe\x4d\xf3\x22\x97\x82\x76\x19\xf2\xb3\xcb\xe1\xc9\x17\xdc\xe6\xf4\xcc\x70\x29\x9f\xf6\xc6\x0b\x5c\xba\xe9\xfa\xd4\x49\x3c\xb9\xbb\x22\x6c\xd5\x65\xf1\x9c\xf1\xc8\xee\xe5\x49\x33\x3b\x9e\x9c\x73\x4a\xec\x0c\x7d\x99\x6e\x63\x5b\xbf\xcd\xa6\xa3\x89\xd5\x4e\x4f\x13\x33\x6a\xd5\x57\x26\x3e\x25\xae\xd5\x81\x5c\x78\xe5\x64\x91\xc4\x7c\x25\x4a\x95\x43\xb8\x7e\xd2\x93\x7c\xbb\x10\x62\x90\x96\xec\xe2\x95\xcc\x12\x79\xf6\xfe\x26\x29\x7a\x56\x06\x62\x49\x07\x73\x8e\x4f\x59\x42\xad\x16\x29\x85\xc8\x71\x42\xd2\x08\x1c\x12\x19\x32\x39\xad\xd9\x01\x9e\xc0\xc8\x1c\x3d\xe2\x96\x35\xe1\x88\x75\x0d\x7e\x4e\x49\xd4\xc8\x56\x0e\x23\xe3\x95\xef\xc6\x8a\xa6\xbd\x16\x5f\x87\x95\xe9\x70\x7c\xe6\x4d\xb8\x62\x5d\xc0\xa7\xad\x4c\xee\xd5\x6c\x45\x37\x13\x07\x03\xb4\x99\xf8\x5f\x8e\xb1\xbb\xcc\x4c\x9d\xcc\x38\x1d\xa1\xca\x4e\xa2\x97\x4e\x21\xed\x7d\x77\x41\xa3\x11\x71\x56\x76\x41\xd2\x46\x3d\x52\xb1\xcb\xf8\xd6\xc7\xae\xeb\xb1\xd0\x27\xa2\xfe\xa0\x88\xe8\x64\x47\xf8\x6f\xb0\x16\x3e\x3e\x5b\x70\x0c\x56\x40\x03\xb4\xa4\x28\x2d\x02\xb1\xca\xf4\x17\xdc\x32\x5b\xf9\xce\xc0\xf8\xb6\x3b\x8d\xa0\x5c\x46\xc1\xbb\xd6\x5d\xad\x3c\xc6\x69\xb4\xed\x32\x4e\x38\xc2\x9b\x01\x64\x86\xd5\x44\xc8\xc1\xc2\x98\x89\x0a\xcf\x31\x73\x80\x0e\x58\xa6\x59\xc3\xc8\x6f\xa2\xb0\x5f\xe1\x39\x41\x94\xdb\x75\x7c\xe6\xdd\x05\x75\x62\x66\xbf\x46\x9a\xcc\xe5\x5e\x25\x51\x0a\xdb\x24\x55\xb2\xf9\x13\xf1\x63\x84\x01\x58\x56\x9e\xa4\x72\x76\x33\xa7\xc9\x1d\x2d\xfd\x96\xea\x26\xa2\x9c\x3a\x54\xc4\xa0\xb5\x61\xec\xd8\x2a\xcf\xd9\x8b\x4c\x16\x16\x30\x03\xb0\x92\xcf\xf1\x2c\xf5\x10\x42\x25\x92\xd3\x48\x79\xdb\xb0\x2c\xe7\x7e\xc5\xf9\x84\x3a\x8f\xc8\x6d\x09\x61\x0f\xac\x83\x03\x31\x22\x96\x69\x93\x32\x1e\x90\x35\x4a\x6d\xab\xc4\x09\x8d\xb8\x70\xcb\x63\x05\x25\x79\x7a\x2c\x14\x23\x21\x59\x07\x1b\x56\x04\xd5\x86\x75\x69\x90\x25\x71\x91\x17\xf3\xe4\x29\x0d\x23\xb9\xd4\x4a\x0e\x35\x4c\x44\x49\xc4\xd9\x5a\x0f\x9c\xa6\x75\x53\x11\xd3\x53\xb2\xf9\xb5\x41\xb5\x82\x89\x16\xc1\x25\x9c\xb4\x1b\xdd\x68\xd0\xe4\x46\xaa\x6f\x1b\x4b\xba\x91\x5a\x35\xc4\xca\xa8\x6e\x9e\xfa\x4b\x5f\x0b\x89\x5b\xf5\x52\xd9\x18\x89\x1a\x65\x53\xfc\x6c\xf0\xa5\x99\x2f\x4f\x43\x19\xe9\xc6\x92\x90\x27\x66\x43\x51\x75\x7c\xcf\x79\xb4\x3a\x85\xa0\x19\xd9\x9d\xd5\xe2\xf5\x24\xe5\x44\x91\xcc\x80\x86\x8f\xf2\x64\x15\xe8\xf5\xa4\x92\xa7\xe5\x8c\xfc\xd2\x32\xa2\xd4\x33\x65\xd4\xba\x60\xcb\xf0\xd1\x51\xa5\x64\xd4\x1a\xc7\xe8\x13\xd5\x4f\xeb\x92\x5a\xf5\x67\x40\x9e\xbc\x65\x12\xbf\xb7\xe7\xc7\x60\xad\x3c\x17\xad\x97\xaa\xcf\x64\x4f\xee\xfe\xf4\xdc\x63\xb0\xc2\x08\x9f\x78\x44\x9c\xc7\x4c\xf1\x49\xb5\x3b\x36\x7e\x51\xfa\x92\x7d\x60\x91\x21\xfa\x64\x1b\x92\x98\x61\x2d\x62\xf1\xa9\xaa\x8a\x18\xe0\x33\x6f\xdc\xb1\xfc\x46\x55\x45\x7c\xa2\x7e\xbc\x46\x97\x6e\x82\x2a\xa6\xf4\x45\xad\x09\x69\x1d\x73\x03\x9f\xd2\x17\xba\x26\xa4\x38\xac\x45\xb9\xbd\x79\xa9\x36\x03\x36\x35\x7e\xa3\xa3\x79\x3a\xed\x7a\x6e\x83\x77\x2b\x96\x36\x3a\x55\x7e\x15\x67\x49\x8f\x22\x75\xd3\xee\x23\x6e\xb5\x1c\x5a\x18\xff\x65\x57\xf4\x09\x42\xbb\x23\xaf\xb5\x93\xaf\x64\x30\x2b\x6b\xa6\xa8\xc9\x95\xd4\xa7\xf0\xce\x05\xef\x25\x86\x26\x00\xd4\x95\x60\xd5\xa5\x0b\xaa\x69\x87\x9f\xa7\xe0\x39\x71\x1e\x95\x60\xca\xee\x33\x30\x1a\x84\x34\xcc\xd2\x74\x7d\xf8\x86\xc4\xd5\x12\xc5\x9b\x3c\x53\x98\x4e\x49\xf2\x34\xf6\x93\x38\xac\x0e\xde\xa4\xe0\x57\x96\x18\x50\xca\x8c\xa6\xb7\x1d\x05\xcb\x5c\xfe\xa0\xa1\x04\x42\x5d\xb6\x82\x86\x2a\x06\x86\x93\x9f\x97\x1d\xae\x1a\xa1\x98\xd7\xfe\x0a\x67\x2d\xba\x9d\x94\xa4\xc9\x55\x84\xf5\xab\x3b\x24\x87\x0b\x8c\x93\x88\x5b\x1d\xf9\x6b\x83\xdd\x48\x18\xb8\x05\xca\x28\x70\x77\x23\x38\xc9\xa9\x7d\x81\x93\x1e\xe2\xef\x46\x5b\xd3\x27\x2c\x90\xc4\xbc\x2f\x46\xe0\x76\xbf\xf5\xbf\x01\x00\x00\xff\xff\xa3\xfc\x21\x6e\xf3\x34\x00\x00") func webdataFnJsBytes() ([]byte, error) { return bindataRead( @@ -90,7 +90,7 @@ func webdataFnJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "webdata/fn.js", size: 13494, mode: os.FileMode(436), modTime: time.Unix(1, 0)} + info := bindataFileInfo{name: "webdata/fn.js", size: 13555, mode: os.FileMode(436), modTime: time.Unix(1, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/webdata/fn.js b/webdata/fn.js index 6413299..e6dc8c6 100644 --- a/webdata/fn.js +++ b/webdata/fn.js @@ -64,15 +64,15 @@ function fullscreenEnabled() { false); } -function requestFullscreen(e) { +function requestFullscreen(e, options) { if (e.requestFullscreen) { - e.requestFullscreen(); + e.requestFullscreen(options); } else if (e.webkitRequestFullscreen) { - e.webkitRequestFullscreen(); + e.webkitRequestFullscreen(options); } else if (e.mozRequestFullScreen) { - e.mozRequestFullScreen(); + e.mozRequestFullScreen(options); } else if (e.msRequestFullscreen) { - e.msRequestFullscreen(); + e.msRequestFullscreen(options); } } @@ -384,7 +384,7 @@ window.addEventListener("load", function() { if (fullscreenElement()) { exitFullscreen(); } else { - requestFullscreen(pad); + requestFullscreen(pad, {navigationUI: "hide"}); } }); [{id: "prevtrackbutton", key: KEY_MEDIA_PREV_TRACK}, From 1e46a174aab1296287989eb34342b92847ad4713 Mon Sep 17 00:00:00 2001 From: Unrud Date: Mon, 28 Oct 2019 01:50:10 +0100 Subject: [PATCH 006/232] Handle quirks of browser touch events --- bindata.generated.go | 4 +-- webdata/fn.js | 72 +++++++++++++++++++------------------------- 2 files changed, 33 insertions(+), 43 deletions(-) diff --git a/bindata.generated.go b/bindata.generated.go index 833dfac..41cde21 100644 --- a/bindata.generated.go +++ b/bindata.generated.go @@ -75,7 +75,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _webdataFnJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x3a\x6b\x6f\xdb\x3a\x96\xdf\xfd\x2b\x4e\xf5\xa1\x90\x1b\xc7\x89\xd3\xed\xce\x6c\x5c\x77\xd7\x37\x71\x6f\x82\xe6\x05\xdb\xb9\xad\x11\x04\x01\x2d\x1d\xdb\x9a\xc8\xa2\x46\xa4\xe2\xb8\xb7\xf9\xef\x0b\xea\x49\x52\x94\x9c\x16\x77\xf6\xc3\x62\x04\xb4\x91\xc5\x73\x0e\xcf\xfb\x41\xe9\xe0\x5d\x0b\xde\x01\x00\x9c\xd0\x70\x1b\x79\xcb\x15\x07\xdb\x69\xc3\xd1\x61\xef\xef\xfb\x47\x87\xbd\xff\x82\xdb\x20\x8a\x5d\xf8\x18\x8b\x3f\xff\x43\x63\xee\x53\xfa\xd8\x75\xe8\xfa\x53\x0b\x72\xd4\xe9\xca\x63\xb0\xf0\x7c\x04\x8f\x41\x48\x22\x0e\x74\x01\x63\x5c\x53\x8e\xfb\x53\x1a\x3b\xab\x90\xb8\xdd\x12\x5c\x5b\x11\x48\x8b\x08\x11\x18\x5d\xf0\x0d\x89\xf0\x18\xb6\x34\x06\x87\x04\x10\xa1\xeb\x31\x1e\x79\xf3\x98\x23\x78\x1c\x48\xe0\x1e\xd0\x08\xd6\xd4\xf5\x16\xdb\x8c\x9a\xc7\x21\x0e\x5c\x8c\x80\xaf\x10\x38\x46\x6b\x26\x76\x17\x3f\x7e\xbf\xba\x85\xdf\x31\xc0\x88\xf8\x70\x13\xcf\x7d\xcf\x81\x0b\xcf\xc1\x80\x21\x10\x06\xa1\x78\xc2\x56\xe8\xc2\x3c\x27\x25\x90\x3e\x0b\x4e\x26\x19\x27\xf0\x99\xc6\x81\x4b\xb8\x47\x83\x0e\xa0\xc7\x57\x18\xc1\x13\x46\xcc\xa3\x01\xbc\xcf\xb7\xc9\x68\x76\x80\x46\x19\x1d\x9b\x70\x21\x42\x04\x34\x14\xa8\x6d\x20\xc1\x16\x7c\xc2\x4b\xec\x66\x6d\x94\x42\xbb\xe0\x05\xc9\x26\x2b\x1a\x22\xf0\x15\xe1\x42\xde\x8d\xe7\xfb\x30\x47\x88\x19\x2e\x62\xbf\x93\x11\x9a\xc7\x1c\xbe\x9e\x4f\xcf\xae\x6f\xa7\x30\xbc\x9a\xc1\xd7\xe1\x78\x3c\xbc\x9a\xce\xfa\xb0\xf1\xf8\x8a\xc6\x1c\xf0\x09\x53\x6a\xde\x3a\xf4\x3d\x74\x61\x43\xa2\x88\x04\x7c\x0b\x74\x91\x11\xb9\x1c\x8d\x4f\xce\x86\x57\xd3\xe1\x6f\xe7\x17\xe7\xd3\x19\xd0\x08\x3e\x9f\x4f\xaf\x46\x93\x09\x7c\xbe\x1e\xc3\x10\x6e\x86\xe3\xe9\xf9\xc9\xed\xc5\x70\x0c\x37\xb7\xe3\x9b\xeb\xc9\xa8\x0b\x30\x41\xc1\x1c\x66\x34\x1a\xf4\xbe\x48\xac\x17\x21\xb8\xc8\x89\xe7\xb3\x52\x0f\x33\x1a\x03\x5b\xd1\xd8\x77\x61\x45\x9e\x10\x22\x74\xd0\x7b\x42\x17\x08\x38\x34\xdc\xee\xb6\x69\x4a\x86\xf8\x34\x58\x26\x02\x57\x1c\x10\xe0\x7c\x01\x01\xe5\x1d\x60\x88\xf0\x71\xc5\x79\x78\x7c\x70\xb0\xd9\x6c\xba\xcb\x20\xee\xd2\x68\x79\xe0\xa7\x94\xd8\xc1\x27\xc1\xd7\x41\xab\x75\x70\x00\x77\x3d\x48\x28\x74\xe0\x28\xbd\x41\xd6\x81\xf7\xf9\xed\x7d\xcb\xa1\x01\xe3\x30\xbd\xbe\x3d\x39\x7b\xb8\xbc\xfe\x63\xf4\x30\x3d\x1b\x8f\x26\x67\xd7\x17\xa7\x30\x80\xbb\xde\x61\x07\x7a\x1f\xc4\xbf\xfb\xbe\x02\x3a\x3d\xbf\x1c\x09\x43\x0d\xe0\xe8\xc3\x61\x3f\xd9\xe8\x2e\x7c\x3e\x60\x1d\x58\xc7\x3e\xbf\xef\x40\xb7\xdb\xcd\x89\xdf\x5c\x9f\x5f\x4d\x47\xe3\x87\xe1\xc9\xc9\xe8\x62\x34\x1e\x4e\xcf\xaf\xaf\x04\xf1\x96\x50\xf6\xdd\x61\x07\x0e\xef\x3b\xe9\xfd\xdf\xff\xd6\x81\x5e\xfe\xa3\xf7\xb7\xf7\xd2\xaf\x0f\x1f\xde\x77\xe0\xe8\xbe\x75\xdf\x6f\x69\x64\x7f\xbb\x9d\x4e\xaf\xaf\x1e\x2e\x46\x9f\x05\x3b\x87\x7d\xf3\xf2\xf8\xfc\xf7\x33\xb1\xde\xab\x59\xbf\x3c\x3f\x3d\xbd\x18\x09\x79\x8a\x0d\xbe\x8c\x66\x0f\x7f\x5c\x5f\xdc\x5e\x8e\x1e\x2e\x6f\xa7\x23\x99\xb8\xb4\x74\x7a\xfd\xf5\x4a\xa6\x2b\x2d\xdd\xde\xa4\xf4\xca\x85\xcb\xd1\xe9\xf9\xf0\xe1\xe6\x62\x38\x7b\xb8\x19\xde\x4e\x04\xcd\xf7\x86\xf5\xf1\xe8\x8f\x87\xe9\x78\x78\xf2\x05\x06\xf0\x1f\xd5\xf5\xab\xd1\xb7\x69\xb1\xfe\xa1\xdf\x6a\xf9\xc8\x61\xc3\xfa\xc9\xdf\x90\xb8\xc5\x8d\x4f\xe6\xe8\x67\xeb\x5c\x58\xfc\x92\x0a\x97\x1c\xc0\x82\xf8\x0c\xfb\xe5\xf3\x09\x17\x59\x2f\x11\xb0\x78\x76\x41\x18\x1f\x05\xae\xf6\x74\x8c\x3e\x12\x86\xee\x09\x8d\x03\x09\x83\x06\x4b\xea\x05\xcb\xcc\xad\x84\x75\xef\xd3\x85\x35\x7d\xc2\x6f\x93\x78\x5d\x82\x8a\x27\x33\xe5\x09\x73\x22\xea\xfb\xdf\x0c\xcf\x54\x38\x37\x22\xcb\xa5\x17\x2c\x55\x01\xf2\xa7\x53\x6f\x8d\x22\x4b\x0c\x20\x88\x7d\x5f\xa6\xa2\xa0\xb4\x16\x71\xe0\x88\xb4\x06\x8b\xd8\xf7\x99\x13\x21\x06\xa3\x80\xcc\x7d\x74\xed\x36\xfc\x99\x78\x5b\x84\x3c\x8e\x02\xb0\x5d\xea\xc4\x6b\x0c\x78\xb7\x02\x0a\x3f\x7e\x24\x90\xe2\x2a\xa0\x36\x38\x7f\xf4\xf8\xe7\x57\xc1\xae\xe9\x77\x01\x38\xd9\x0d\xc8\x1a\x09\x26\x52\xb5\xfb\xad\x17\x49\xb0\x08\xff\x19\x23\x93\x18\xb1\x45\x76\x4f\x72\x39\xcb\x45\xf4\x16\x60\x63\xb7\x02\x99\x2f\x8b\xcb\xb0\x6c\xe7\x54\xfa\x09\xd4\x0b\xa0\xcf\x30\xa3\x95\x4a\x3f\x6e\xa6\x58\x03\xd4\x44\x77\x4d\xbf\x4b\xf0\x13\x03\x51\x13\x44\x23\x45\xb6\x83\x4b\x03\x80\x4e\x4f\x51\x38\x3e\xcb\x66\xb7\x65\x1d\x17\x76\x54\x61\xe4\xfd\x6a\x40\xec\x2a\xeb\x9a\xa7\x8d\x76\x93\x34\x01\x36\x11\x5e\xd3\xef\x27\x24\x70\xd0\x37\xeb\xba\x09\xae\x91\x2c\x7b\x05\xaf\x3a\x90\x6d\xd4\xb5\x14\x8a\x3e\x0a\xbc\x57\x45\x6d\x0a\xfa\xba\xa8\x6d\x80\x55\xa3\xb6\x09\x90\x35\x12\x14\x19\x4a\x0b\x5a\xe2\xba\x25\x8a\xb3\x22\xc1\x12\x47\x4f\x18\xf0\x0b\x8f\x71\xd1\x30\xd8\x7e\x76\x63\xf4\xae\xaa\xa8\x6f\x06\x83\xa4\xb1\x5c\x78\x01\xba\x46\x7d\x13\xd7\x55\x77\xb0\x16\x1a\x03\x56\x07\x8a\x5d\x77\x39\x63\x55\xde\x5f\xe1\x20\xa5\xf5\x6b\x7c\x18\x8d\xf3\x2b\x4c\xac\xe9\xf7\x5f\xe4\xc0\x60\xf5\x5f\x61\xe0\x72\x52\xd2\x39\xa9\xdb\x5f\xf1\x1e\xd1\x63\x26\xc5\xd7\xe6\x69\xb7\xc7\xbd\x35\x4e\x38\x59\x87\x5a\x74\x94\xfb\x7b\x2e\x06\xdc\x5b\x78\x18\x1d\xa7\xa5\xbd\x5b\x3e\xe9\x14\x50\x21\x59\xe2\xb7\x1c\x20\xf9\xa1\xad\x25\xad\x43\x03\xc0\x4c\x5e\x9b\x69\x6b\x15\x64\x09\xa0\x90\xe0\xb8\xbc\x4d\x25\x57\x03\x47\x6e\x3d\xce\x03\x17\x9f\x7f\xdb\x9e\xbb\xb6\xe7\x4e\xe9\x67\x2f\x28\x34\x2e\x3a\x77\x5b\xb4\x04\x5e\xd2\x4f\x80\x07\x1f\xb5\xa6\xa5\xeb\x63\xb0\xe4\xab\x3e\x78\x7b\x7b\xb2\x9d\x84\x85\x55\xc8\x3b\xef\x5e\xd2\x15\x0c\x06\xa0\xef\x96\x5f\x99\xd2\xbd\x7e\xf1\xf4\xa5\x55\xfe\x9f\xad\xee\xf7\x54\x81\x1c\xe2\x3b\xb1\x18\xb7\x6e\xa8\x17\x70\x8c\x86\x8e\x83\x3e\x46\xc9\x18\x77\x19\xfb\xdc\x66\x21\x62\xa3\x60\xa6\x8e\xbb\x4e\xbc\xa4\x4d\x3a\x82\x81\x11\xe9\xce\xbb\xbf\x3b\xbc\xef\x2b\xc0\xa4\x09\xb8\x27\x01\x0b\xc5\xb1\x23\xf8\x38\x00\x85\xe1\xfc\x72\x68\xc0\xbd\x20\x46\x5d\x37\x39\xaa\x27\x14\x7b\x58\xa3\x51\x72\x64\x42\x4b\x64\xe9\xd5\xb2\x07\xfb\xd0\x33\xc8\xb3\x0b\x41\x96\x29\xaf\x31\xa9\x0d\x60\x1f\x58\xaf\x0d\x07\x89\x9c\xc9\x7d\x1b\xde\x81\x4d\xc4\x0f\xd2\x6b\xc3\x1e\x90\x5e\x5f\x32\xb8\x10\xab\xc1\x36\xf0\x49\x95\x37\xdb\xcc\xc8\x5b\x13\x19\x85\x6b\xc5\xd5\x7a\x7a\xe8\x9c\xaa\xcd\x73\x51\x4b\xeb\x9a\x6a\xb1\xb6\x61\x5d\x86\x81\x6b\x5b\x73\x0b\xf6\x8c\x63\xd8\x1e\x58\xfd\x43\x4b\x2b\x70\x71\xe8\x12\x8e\x62\x02\x19\x06\xee\x24\x69\xcc\x8b\xed\x8a\x49\x01\x06\x70\x49\xf8\xaa\xcb\xa3\x38\x70\xec\x7c\x78\xc8\x52\x5e\x31\x3d\x54\xa1\x66\x25\x94\x50\x72\xb2\x4a\xe6\x2c\xa5\xd0\x86\x4f\x03\xe8\xc1\x8f\x1f\xa0\x3c\x9f\xa5\xcf\x65\x8d\x17\xd3\xca\xfe\x20\xbd\xef\x2b\x4b\x33\x69\x69\x56\x2e\x15\x0a\x59\x0b\x85\xa4\x72\x08\x15\xe4\xbf\x66\x6d\xd9\x14\xd2\xc4\xa3\xca\x51\x8e\x41\x92\xbc\xd9\x1c\x64\x82\xac\x93\x39\xa3\x63\x90\x3a\xc3\xab\xca\x2d\x4d\x60\xfb\x83\xfc\x57\x5f\x5b\x9e\x29\xcb\x33\x7d\x39\x9d\xb2\x78\x24\x47\x74\xa1\x19\x26\x74\x91\x4b\x9d\xeb\x26\x67\xc7\x54\xd0\x56\x24\x70\x7d\x4c\xea\x83\x8d\x4f\x5c\x6e\x7a\x8c\x69\xbb\x92\x2c\x94\xb9\x16\x9f\x78\xb7\x28\x22\x7d\x15\x46\x9b\x89\x95\x35\xc3\xb4\x9b\xaf\x57\x87\x51\xd5\xc4\xbc\x18\x85\xc5\xe6\x69\x17\xe1\x66\x3c\xf7\x6b\x33\x37\xdf\x5d\x8b\x78\x59\x84\x38\x89\x96\x98\xb6\x18\x21\x71\xe1\xed\x5b\xa8\x5d\x4c\x8e\x02\x7e\x26\x05\x0b\xae\xc3\x08\x45\x63\x72\x8a\x0b\x22\xea\x4e\xbb\x84\xd3\x6c\x10\xc6\x6c\x65\x6b\x3d\x48\xc2\x45\x47\x55\x7d\xbb\xad\x29\x58\x39\x64\x90\xa5\x7c\x93\xeb\x57\xe7\x59\x3a\x50\xa8\xcf\x14\x95\xa0\x6d\x4a\x18\xaa\xdc\xca\x61\x44\x53\x74\x6a\x81\xd1\x1c\xa0\xb9\x58\x7a\x5e\x15\xd6\x49\x86\x01\xdd\x32\x3e\x92\x28\x4f\xca\x1a\x92\x26\x63\x53\xaa\x36\x38\xab\x1a\xa0\x6a\xc9\x2d\x02\x59\x67\xa7\x8c\xe3\x85\xa5\x6d\x6f\x38\x62\x51\x89\x9b\xe2\x7a\x14\xb8\x72\x54\xff\xcb\xe2\x25\x81\x76\x9f\x61\x50\xd3\x25\x72\x53\x43\xa7\x99\x4c\xe0\x7f\xac\x36\x22\x4d\xb1\xa3\x45\x07\x0b\x7d\xcf\x41\x41\xa8\x03\x3d\x3d\x02\x94\x14\xb3\xb7\x57\x1b\x1f\x35\x29\xec\x5f\x68\x36\x90\x13\x8e\x9a\x09\x3f\x19\x4f\x8c\x33\x2b\x54\xb2\x70\x9e\x61\x4b\xd7\x7b\x79\x45\x32\x2f\xd2\x99\xb6\xb5\x28\x6a\x6f\xdf\x56\xf2\xb0\xbc\xeb\x4f\x74\x28\x7f\x31\x37\x6f\x24\x81\xdf\xbe\x55\x8d\x06\xfb\x72\x51\xfa\xa8\x9e\xa4\xeb\x5e\x3b\x8f\x39\xa7\x41\x35\x2f\x9a\xca\x92\x56\xcc\x21\x7d\x99\x92\xa2\x1b\x84\x97\x2c\x5d\xce\xb0\x66\xba\x47\xaf\xa5\x9b\x1c\xaf\xff\x04\xe1\xf7\xaf\x25\x9c\x9e\xcb\x9b\x82\x4c\x35\x72\x86\x2f\xec\xda\xb3\xb4\x08\xce\x69\x1b\xb5\xa1\x33\x52\x4d\xa7\x0c\x79\x9e\x89\x2b\x0d\x73\x47\xb3\x62\x45\x05\x35\x01\xa9\xf3\x7c\x68\x55\x8a\x91\x29\x6f\xa6\x67\x6e\xff\x4e\x9d\x7f\x49\xea\xac\xc9\x4d\xf0\x7f\x5d\x0c\x05\x0b\xba\x49\x59\xbc\xfe\x56\x06\x7f\xf6\x64\xa6\x3e\xf9\xff\x64\xf6\xa4\xe5\x2b\x0d\xa2\xa3\x26\xef\x79\x3c\xc6\xf3\x2e\x8b\xfd\x33\xe2\xe9\xc0\x13\xd2\x8d\xcc\x53\x72\x00\x05\xfb\xa0\x1f\xd8\xb8\xcf\xd9\x5a\x92\x7c\x3b\x22\xb1\xed\x29\x3b\x88\xab\x8e\xe0\xac\x81\xe0\xac\x20\xa8\xb9\x42\x7d\x39\x69\x2c\x9e\xf2\x29\x71\x7e\x25\x92\x9b\xb1\xee\xcc\x5b\xec\x43\xef\xde\x44\xa9\xa1\x1e\x7d\x1a\xd4\x17\xa4\xfc\x6a\x88\x18\xd5\x9c\xea\x91\x4c\xe2\x4e\x3f\x63\x24\xf5\x80\xc6\xdd\x56\xd1\x1b\x4d\xa2\xa2\x0b\x79\x4f\xd1\xe7\x44\xcf\x04\x35\x24\x0c\x99\x22\x89\xc6\xbd\x81\x10\xe4\xdd\xee\xe3\xb9\x62\xdc\x76\x9f\xdb\x70\x20\xed\xff\x0e\x7a\x87\x87\x87\x6d\x85\xee\x2c\xa1\xbb\xfd\x39\xba\xdb\x1d\x74\x6b\x15\x6b\xb0\xc3\x6e\xac\x99\x41\xfd\xcd\x58\xa5\x8a\x8d\xc9\x57\x6b\x2d\x9b\xbb\xa5\x3c\x8d\x37\xf9\x67\x63\xeb\x96\x1c\x81\xec\x9c\x26\xf7\x06\x89\x95\x6b\xc6\xc7\x74\x75\x66\x6c\x70\x6a\x37\xae\x34\x4f\xda\x29\x4b\x65\x3b\xed\x98\x45\xdd\xb0\xb8\x33\x9e\xa3\x19\xdf\x09\xac\x88\x2f\xb8\xc1\x31\xb2\x90\x06\x0c\xed\x35\x32\x46\x96\xa8\x14\x9a\x15\xb9\x9e\xff\x43\x0c\x8d\xb8\x81\x7f\xb0\xc9\xd9\xd0\xb6\x26\x67\xc3\xfd\xa3\x0f\xff\x69\x75\xc0\x9a\x8e\xbe\x4d\xf3\x22\x97\x82\x76\x19\xf2\xb3\xcb\xe1\xc9\x17\xdc\xe6\xf4\xcc\x70\x29\x9f\xf6\xc6\x0b\x5c\xba\xe9\xfa\xd4\x49\x3c\xb9\xbb\x22\x6c\xd5\x65\xf1\x9c\xf1\xc8\xee\xe5\x49\x33\x3b\x9e\x9c\x73\x4a\xec\x0c\x7d\x99\x6e\x63\x5b\xbf\xcd\xa6\xa3\x89\xd5\x4e\x4f\x13\x33\x6a\xd5\x57\x26\x3e\x25\xae\xd5\x81\x5c\x78\xe5\x64\x91\xc4\x7c\x25\x4a\x95\x43\xb8\x7e\xd2\x93\x7c\xbb\x10\x62\x90\x96\xec\xe2\x95\xcc\x12\x79\xf6\xfe\x26\x29\x7a\x56\x06\x62\x49\x07\x73\x8e\x4f\x59\x42\xad\x16\x29\x85\xc8\x71\x42\xd2\x08\x1c\x12\x19\x32\x39\xad\xd9\x01\x9e\xc0\xc8\x1c\x3d\xe2\x96\x35\xe1\x88\x75\x0d\x7e\x4e\x49\xd4\xc8\x56\x0e\x23\xe3\x95\xef\xc6\x8a\xa6\xbd\x16\x5f\x87\x95\xe9\x70\x7c\xe6\x4d\xb8\x62\x5d\xc0\xa7\xad\x4c\xee\xd5\x6c\x45\x37\x13\x07\x03\xb4\x99\xf8\x5f\x8e\xb1\xbb\xcc\x4c\x9d\xcc\x38\x1d\xa1\xca\x4e\xa2\x97\x4e\x21\xed\x7d\x77\x41\xa3\x11\x71\x56\x76\x41\xd2\x46\x3d\x52\xb1\xcb\xf8\xd6\xc7\xae\xeb\xb1\xd0\x27\xa2\xfe\xa0\x88\xe8\x64\x47\xf8\x6f\xb0\x16\x3e\x3e\x5b\x70\x0c\x56\x40\x03\xb4\xa4\x28\x2d\x02\xb1\xca\xf4\x17\xdc\x32\x5b\xf9\xce\xc0\xf8\xb6\x3b\x8d\xa0\x5c\x46\xc1\xbb\xd6\x5d\xad\x3c\xc6\x69\xb4\xed\x32\x4e\x38\xc2\x9b\x01\x64\x86\xd5\x44\xc8\xc1\xc2\x98\x89\x0a\xcf\x31\x73\x80\x0e\x58\xa6\x59\xc3\xc8\x6f\xa2\xb0\x5f\xe1\x39\x41\x94\xdb\x75\x7c\xe6\xdd\x05\x75\x62\x66\xbf\x46\x9a\xcc\xe5\x5e\x25\x51\x0a\xdb\x24\x55\xb2\xf9\x13\xf1\x63\x84\x01\x58\x56\x9e\xa4\x72\x76\x33\xa7\xc9\x1d\x2d\xfd\x96\xea\x26\xa2\x9c\x3a\x54\xc4\xa0\xb5\x61\xec\xd8\x2a\xcf\xd9\x8b\x4c\x16\x16\x30\x03\xb0\x92\xcf\xf1\x2c\xf5\x10\x42\x25\x92\xd3\x48\x79\xdb\xb0\x2c\xe7\x7e\xc5\xf9\x84\x3a\x8f\xc8\x6d\x09\x61\x0f\xac\x83\x03\x31\x22\x96\x69\x93\x32\x1e\x90\x35\x4a\x6d\xab\xc4\x09\x8d\xb8\x70\xcb\x63\x05\x25\x79\x7a\x2c\x14\x23\x21\x59\x07\x1b\x56\x04\xd5\x86\x75\x69\x90\x25\x71\x91\x17\xf3\xe4\x29\x0d\x23\xb9\xd4\x4a\x0e\x35\x4c\x44\x49\xc4\xd9\x5a\x0f\x9c\xa6\x75\x53\x11\xd3\x53\xb2\xf9\xb5\x41\xb5\x82\x89\x16\xc1\x25\x9c\xb4\x1b\xdd\x68\xd0\xe4\x46\xaa\x6f\x1b\x4b\xba\x91\x5a\x35\xc4\xca\xa8\x6e\x9e\xfa\x4b\x5f\x0b\x89\x5b\xf5\x52\xd9\x18\x89\x1a\x65\x53\xfc\x6c\xf0\xa5\x99\x2f\x4f\x43\x19\xe9\xc6\x92\x90\x27\x66\x43\x51\x75\x7c\xcf\x79\xb4\x3a\x85\xa0\x19\xd9\x9d\xd5\xe2\xf5\x24\xe5\x44\x91\xcc\x80\x86\x8f\xf2\x64\x15\xe8\xf5\xa4\x92\xa7\xe5\x8c\xfc\xd2\x32\xa2\xd4\x33\x65\xd4\xba\x60\xcb\xf0\xd1\x51\xa5\x64\xd4\x1a\xc7\xe8\x13\xd5\x4f\xeb\x92\x5a\xf5\x67\x40\x9e\xbc\x65\x12\xbf\xb7\xe7\xc7\x60\xad\x3c\x17\xad\x97\xaa\xcf\x64\x4f\xee\xfe\xf4\xdc\x63\xb0\xc2\x08\x9f\x78\x44\x9c\xc7\x4c\xf1\x49\xb5\x3b\x36\x7e\x51\xfa\x92\x7d\x60\x91\x21\xfa\x64\x1b\x92\x98\x61\x2d\x62\xf1\xa9\xaa\x8a\x18\xe0\x33\x6f\xdc\xb1\xfc\x46\x55\x45\x7c\xa2\x7e\xbc\x46\x97\x6e\x82\x2a\xa6\xf4\x45\xad\x09\x69\x1d\x73\x03\x9f\xd2\x17\xba\x26\xa4\x38\xac\x45\xb9\xbd\x79\xa9\x36\x03\x36\x35\x7e\xa3\xa3\x79\x3a\xed\x7a\x6e\x83\x77\x2b\x96\x36\x3a\x55\x7e\x15\x67\x49\x8f\x22\x75\xd3\xee\x23\x6e\xb5\x1c\x5a\x18\xff\x65\x57\xf4\x09\x42\xbb\x23\xaf\xb5\x93\xaf\x64\x30\x2b\x6b\xa6\xa8\xc9\x95\xd4\xa7\xf0\xce\x05\xef\x25\x86\x26\x00\xd4\x95\x60\xd5\xa5\x0b\xaa\x69\x87\x9f\xa7\xe0\x39\x71\x1e\x95\x60\xca\xee\x33\x30\x1a\x84\x34\xcc\xd2\x74\x7d\xf8\x86\xc4\xd5\x12\xc5\x9b\x3c\x53\x98\x4e\x49\xf2\x34\xf6\x93\x38\xac\x0e\xde\xa4\xe0\x57\x96\x18\x50\xca\x8c\xa6\xb7\x1d\x05\xcb\x5c\xfe\xa0\xa1\x04\x42\x5d\xb6\x82\x86\x2a\x06\x86\x93\x9f\x97\x1d\xae\x1a\xa1\x98\xd7\xfe\x0a\x67\x2d\xba\x9d\x94\xa4\xc9\x55\x84\xf5\xab\x3b\x24\x87\x0b\x8c\x93\x88\x5b\x1d\xf9\x6b\x83\xdd\x48\x18\xb8\x05\xca\x28\x70\x77\x23\x38\xc9\xa9\x7d\x81\x93\x1e\xe2\xef\x46\x5b\xd3\x27\x2c\x90\xc4\xbc\x2f\x46\xe0\x76\xbf\xf5\xbf\x01\x00\x00\xff\xff\xa3\xfc\x21\x6e\xf3\x34\x00\x00") +var _webdataFnJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x3a\x6b\x73\xda\x48\x90\xdf\xf9\x15\x1d\x7d\x48\x89\x18\x83\x71\x2e\xb7\x7b\x26\xe4\x8e\xd8\x64\xed\x8a\x5f\x05\x78\x13\xca\xe5\x72\x0d\x52\x03\x5a\x0b\x8d\x56\x33\x32\x26\x1b\xff\xf7\xab\x19\x3d\x18\x8d\x46\xc2\x4e\xdd\x7e\x39\xaa\x12\x4b\x9a\xee\x9e\x7e\x3f\x46\xea\xbc\x6b\xc0\x3b\x00\x80\x63\x1a\x6e\x22\x6f\xb1\xe4\x60\x3b\x4d\x38\x3c\xe8\xfe\xbe\x7f\x78\xd0\xfd\x2f\xb8\x09\xa2\xd8\x85\x8f\xb1\xf8\xf3\x3f\x34\xe6\x3e\xa5\x0f\x6d\x87\xae\x3e\x35\x20\x43\x9d\x2c\x3d\x06\x73\xcf\x47\xf0\x18\x84\x24\xe2\x40\xe7\x30\xc2\x15\xe5\xb8\x3f\xa1\xb1\xb3\x0c\x89\xdb\xde\x82\x6b\x2b\x02\x69\x1e\x21\x02\xa3\x73\xbe\x26\x11\x1e\xc1\x86\xc6\xe0\x90\x00\x22\x74\x3d\xc6\x23\x6f\x16\x73\x04\x8f\x03\x09\xdc\x0e\x8d\x60\x45\x5d\x6f\xbe\x49\xa9\x79\x1c\xe2\xc0\xc5\x08\xf8\x12\x81\x63\xb4\x62\x62\x77\x71\xf3\xc7\xe5\x0d\xfc\x81\x01\x46\xc4\x87\xeb\x78\xe6\x7b\x0e\x9c\x7b\x0e\x06\x0c\x81\x30\x08\xc5\x13\xb6\x44\x17\x66\x19\x29\x81\xf4\x45\x70\x32\x4e\x39\x81\x2f\x34\x0e\x5c\xc2\x3d\x1a\xb4\x00\x3d\xbe\xc4\x08\x1e\x31\x62\x1e\x0d\xe0\x7d\xb6\x4d\x4a\xb3\x05\x34\x4a\xe9\xd8\x84\x0b\x11\x22\xa0\xa1\x40\x6d\x02\x09\x36\xe0\x13\xbe\xc5\xae\xd7\xc6\x56\x68\x17\xbc\x40\x6e\xb2\xa4\x21\x02\x5f\x12\x2e\xe4\x5d\x7b\xbe\x0f\x33\x84\x98\xe1\x3c\xf6\x5b\x29\xa1\x59\xcc\xe1\xdb\xd9\xe4\xf4\xea\x66\x02\x83\xcb\x29\x7c\x1b\x8c\x46\x83\xcb\xc9\xb4\x07\x6b\x8f\x2f\x69\xcc\x01\x1f\x31\xa1\xe6\xad\x42\xdf\x43\x17\xd6\x24\x8a\x48\xc0\x37\x40\xe7\x29\x91\x8b\xe1\xe8\xf8\x74\x70\x39\x19\x7c\x3e\x3b\x3f\x9b\x4c\x81\x46\xf0\xe5\x6c\x72\x39\x1c\x8f\xe1\xcb\xd5\x08\x06\x70\x3d\x18\x4d\xce\x8e\x6f\xce\x07\x23\xb8\xbe\x19\x5d\x5f\x8d\x87\x6d\x80\x31\x0a\xe6\x30\xa5\x51\xa3\xf7\xb9\xb4\x5e\x84\xe0\x22\x27\x9e\xcf\xb6\x7a\x98\xd2\x18\xd8\x92\xc6\xbe\x0b\x4b\xf2\x88\x10\xa1\x83\xde\x23\xba\x40\xc0\xa1\xe1\x66\xb7\x4d\x13\x32\xc4\xa7\xc1\x42\x0a\x5c\x72\x40\x80\xb3\x39\x04\x94\xb7\x80\x21\xc2\xc7\x25\xe7\xe1\x51\xa7\xb3\x5e\xaf\xdb\x8b\x20\x6e\xd3\x68\xd1\xf1\x13\x4a\xac\xf3\x49\xf0\xd5\x69\x34\x3a\x1d\xb8\xed\x82\xa4\xd0\x82\xc3\xe4\x02\x59\x0b\xde\x67\x97\x77\x0d\x87\x06\x8c\xc3\xe4\xea\xe6\xf8\xf4\xfe\xe2\xea\xcf\xe1\xfd\xe4\x74\x34\x1c\x9f\x5e\x9d\x9f\x40\x1f\x6e\xbb\x07\x2d\xe8\x7e\x10\xff\xee\x7a\x05\xd0\xc9\xd9\xc5\x50\x18\xaa\x0f\x87\x1f\x0e\x7a\x72\xa3\xdb\xf0\xa9\xc3\x5a\xb0\x8a\x7d\x7e\xd7\x82\x76\xbb\x9d\x11\xbf\xbe\x3a\xbb\x9c\x0c\x47\xf7\x83\xe3\xe3\xe1\xf9\x70\x34\x98\x9c\x5d\x5d\x0a\xe2\x0d\xa1\xec\xdb\x83\x16\x1c\xdc\xb5\x92\xeb\xdf\x7f\x6b\x41\x37\xbb\xe9\xfe\xf6\x5e\xb9\xfb\xf0\xe1\x7d\x0b\x0e\xef\x1a\x77\xbd\x86\x46\xf6\xf3\xcd\x64\x72\x75\x79\x7f\x3e\xfc\x22\xd8\x39\xe8\x99\x97\x47\x67\x7f\x9c\x8a\xf5\x6e\xc5\xfa\xc5\xd9\xc9\xc9\xf9\x50\xc8\x93\x6f\xf0\x75\x38\xbd\xff\xf3\xea\xfc\xe6\x62\x78\x7f\x71\x33\x19\xaa\xc4\x95\xa5\x93\xab\x6f\x97\x2a\x5d\x65\xe9\xe6\x3a\xa1\xb7\x5d\xb8\x18\x9e\x9c\x0d\xee\xaf\xcf\x07\xd3\xfb\xeb\xc1\xcd\x58\xd0\x7c\x6f\x58\x1f\x0d\xff\xbc\x9f\x8c\x06\xc7\x5f\xa1\x0f\xff\x51\x5e\xbf\x1c\x7e\x9f\xe4\xeb\x1f\x7a\x8d\x86\x8f\x1c\xd6\xac\x27\xff\x86\xc4\xcd\x2f\x7c\x32\x43\x3f\x5d\xe7\xc2\xe2\x17\x54\xb8\x64\x1f\xe6\xc4\x67\xd8\xdb\x3e\x1f\x73\x91\xf5\xa4\x80\xf9\xb3\x73\xc2\xf8\x30\x70\xb5\xa7\x23\xf4\x91\x30\x74\x8f\x69\x1c\x28\x18\x34\x58\x50\x2f\x58\xa4\x6e\x25\xac\x7b\x97\x2c\xac\xe8\x23\x7e\x1f\xc7\xab\x2d\xa8\x78\x32\x2d\x3c\x61\x4e\x44\x7d\xff\xbb\xe1\x59\x11\xce\x8d\xc8\x62\xe1\x05\x8b\xa2\x00\xd9\xd3\x89\xb7\x42\x91\x25\xfa\x10\xc4\xbe\xaf\x52\x29\xa0\x34\xe6\x71\xe0\x88\xb4\x06\xf3\xd8\xf7\x99\x13\x21\x06\xc3\x80\xcc\x7c\x74\xed\x26\xfc\x23\xbd\x2d\x42\x1e\x47\x01\xd8\x2e\x75\xe2\x15\x06\xbc\x5d\x02\x85\x9f\x3f\x25\xa4\xf8\xe5\x50\x6b\x9c\x3d\x78\xfc\xcb\x8b\x60\x57\xf4\x87\x00\x1c\xef\x06\x64\xb5\x04\xa5\x54\xcd\x5e\xe3\x59\x11\x2c\xc2\xbf\x63\x64\x0a\x23\xb6\xc8\xee\x32\x97\xb3\x4c\x44\x6f\x0e\x36\xb6\x4b\x90\xd9\xb2\xf8\x19\x96\xed\x8c\x4a\x4f\x42\x3d\x03\xfa\x0c\x53\x5a\x89\xf4\xa3\x7a\x8a\x15\x40\x75\x74\x57\xf4\x87\x02\x3f\x36\x10\x35\x41\xd4\x52\x64\x3b\xb8\x34\x00\xe8\xf4\x0a\x0a\xc7\x27\xd5\xec\xb6\xaa\xe3\xdc\x8e\x45\x18\x75\xbf\x0a\x10\xbb\xcc\xba\xe6\x69\xc3\xdd\x24\x4d\x80\x75\x84\x57\xf4\xc7\x31\x09\x1c\xf4\xcd\xba\xae\x83\xab\x25\xcb\x5e\xc0\xab\x0e\x64\x1b\x75\xad\x84\xa2\x8f\x02\xef\x45\x51\x9b\x80\xbe\x2c\x6a\x6b\x60\x8b\x51\x5b\x07\xc8\x6a\x09\x8a\x0c\xa5\x05\x2d\x71\xdd\x2d\x8a\xb3\x24\xc1\x02\x87\x8f\x18\xf0\x73\x8f\x71\xd1\x30\xd8\x7e\x7a\x61\xf4\xae\xb2\xa8\x6f\xfa\x7d\xd9\x58\xce\xbd\x00\x5d\xa3\xbe\x89\xeb\x16\x77\xb0\xe6\x1a\x03\x56\x0b\xf2\x5d\x77\x39\x63\x59\xde\x5f\xe1\x20\xa1\xf5\x6b\x7c\x18\x8d\xf3\x2b\x4c\xac\xe8\x8f\x5f\xe4\xc0\x60\xf5\x5f\x61\xe0\x62\xbc\xa5\x73\x5c\xb5\x7f\xc1\x7b\x44\x8f\x29\x8b\xaf\xcd\x93\x6e\x8f\x7b\x2b\x1c\x73\xb2\x0a\xb5\xe8\xd8\xee\xef\xb9\x18\x70\x6f\xee\x61\x74\x94\x94\xf6\xf6\xf6\x49\x2b\x87\x0a\xc9\x02\xbf\x67\x00\xf2\x46\x5b\x93\xad\x43\x0d\xc0\x54\x5d\x9b\x6a\x6b\x25\x64\x05\x20\x97\xe0\x68\x7b\x99\x48\x5e\x0c\x1c\xb5\xf5\x38\x0b\x5c\x7c\xfa\xbc\x39\x73\x6d\xcf\x9d\xd0\x2f\x5e\x90\x6b\x5c\x74\xee\xb6\x68\x09\x3c\xd9\x4f\x80\x07\x1f\xb5\xa6\xa5\xed\x63\xb0\xe0\xcb\x1e\x78\x7b\x7b\xaa\x9d\x84\x85\x8b\x90\xb7\xde\x9d\xa2\x2b\xe8\xf7\x41\xdf\x2d\xfb\xa5\x4a\xf7\x7a\xf9\xd3\xe7\xc6\xf6\xff\x74\x75\xbf\x5b\x14\xc8\x21\xbe\x13\x8b\x71\xeb\x9a\x7a\x01\xc7\x68\xe0\x38\xe8\x63\x24\xc7\xb8\x8b\xd8\xe7\x36\x0b\x11\x6b\x05\x33\x75\xdc\x55\xe2\xc9\x36\xe9\x10\xfa\x46\xa4\x5b\xef\xee\xf6\xe0\xae\x57\x00\x26\x75\xc0\x5d\x05\x58\x28\x8e\x1d\xc2\xc7\x3e\x14\x18\xce\x7e\x0e\x0d\xb8\x17\xc4\xa8\xeb\x26\x43\xf5\x84\x62\x0f\x2a\x34\x4a\x0e\x4d\x68\x52\x96\x6e\x25\x7b\xb0\x0f\x5d\x83\x3c\xbb\x10\x54\x99\xb2\x1a\x93\xd8\x00\xf6\x81\x75\x9b\xd0\x91\x72\xca\xeb\x26\xbc\x03\x9b\x88\x1b\xd2\x6d\xc2\x1e\x90\x6e\x4f\x31\xb8\x10\xab\xc6\x36\xf0\xa9\x28\x6f\xba\x99\x91\xb7\x3a\x32\x05\xae\x0b\xae\xd6\xd5\x43\xe7\xa4\xd8\x3c\xe7\xb5\xb4\xaa\xa9\x16\x6b\x6b\xd6\x66\x18\xb8\xb6\x35\xb3\x60\xcf\x38\x86\xed\x81\xd5\x3b\xb0\xb4\x02\x17\x87\x2e\xe1\x28\x26\x90\x41\xe0\x8e\x65\x63\x9e\x6f\x97\x4f\x0a\xd0\x87\x0b\xc2\x97\x6d\x1e\xc5\x81\x63\x67\xc3\x43\x9a\xf2\xf2\xe9\xa1\x0c\x35\xdd\x42\x09\x25\xcb\x55\x32\x63\x09\x85\x26\x7c\xea\x43\x17\x7e\xfe\x84\xc2\xf3\x69\xf2\x5c\xd5\x78\x3e\xad\xec\xf7\x93\xeb\x5e\x61\x69\xaa\x2c\x4d\xb7\x4b\xb9\x42\x56\x42\x21\x89\x1c\x42\x05\xd9\xdd\xb4\xa9\x9a\x42\x99\x78\x8a\x72\x6c\xc7\x20\x45\xde\x74\x0e\x32\x41\x56\xc9\x9c\xd2\x31\x48\x9d\xe2\x95\xe5\x56\x26\xb0\xfd\x7e\x76\xd7\xd3\x96\xa7\x85\xe5\xa9\xbe\x9c\x4c\x59\x3c\x52\x23\x3a\xd7\x0c\x13\xba\xc8\xa4\xce\x74\x93\xb1\x63\x2a\x68\x4b\x12\xb8\x3e\xca\xfa\x60\xe3\x23\xcf\x98\xed\x74\xe0\x42\x1e\xf2\x2d\x90\x8b\x44\x29\xa6\xa1\x55\xec\x73\x2f\xf4\x51\x96\x09\x26\x13\x22\x5f\x22\x30\xb2\xc2\xa4\xb2\x20\xcb\x95\x64\x4c\xf9\xa5\x44\x53\x98\x89\xf1\x91\xb7\xf3\x02\xd4\x2b\xc2\x68\xf3\x74\xd1\xc8\x3c\x1f\x86\x05\x89\xa4\x8f\x70\xd3\x9d\x7b\x95\xb9\x9b\xef\xae\x46\x7c\x5b\x86\x38\x89\x84\x26\x44\x93\x11\x12\x17\xde\xbe\x85\xca\x45\x79\x18\x00\x6f\xdf\x16\xd2\xe9\xcb\xf4\x01\x3b\xd2\xb5\x90\x2f\x8c\x50\x34\x31\x27\x38\x27\xa2\x46\x35\x8b\x49\x56\x72\x05\x7d\xbd\x4f\x91\x7c\xb6\x8a\x2a\xd6\x30\x3d\xf7\x09\xfa\x15\x45\x5e\x6f\x5b\x9a\xc5\xe2\x23\x50\x3f\x96\x25\xd1\x64\x0e\x63\x96\x72\xa3\xa0\xa7\xdd\x5d\x1d\xe2\xad\xe7\x3e\xdd\x09\x8f\x17\xb7\x26\xad\x94\x4f\x51\x54\xe6\xde\x64\x29\x56\x67\x4f\x39\x31\xa9\x4e\x85\x2a\xf0\xd4\x08\x3c\x2d\x02\x3f\x9b\x62\xbd\x3e\xfd\x40\x31\xf2\xeb\x33\x50\x26\x96\x5e\x38\x84\xf3\xc9\x69\x47\x77\x27\x1f\x49\x94\x55\x1d\x0d\x49\x93\xb1\xae\x16\xe9\x30\xa5\x0c\x54\xec\x29\xf2\x4c\xa5\xb3\xb3\x4d\x54\x73\x4b\xdb\xde\x70\x86\x54\x24\x6e\x4a\x5c\xc3\xc0\x55\xd3\xd6\xbf\x96\x0e\x5e\x14\x21\x7a\xc7\xfa\xb2\x30\xa9\x0b\x78\x2d\x84\x58\xe8\x7b\x0e\x0a\x42\x2d\xe8\x36\xb5\x1c\x59\x38\x31\xdc\xdb\xeb\x55\xc5\x47\x45\x9e\xfd\x17\xcd\x06\x6a\x3e\x2d\x1e\x6c\x7e\x32\x1e\x89\xa7\x56\x28\x95\x8a\xac\x0c\x6c\x5d\xef\xf9\x05\x15\x27\xcf\xd6\xda\xd6\x5a\x6d\x56\xa3\x4a\x97\xbf\x7c\x22\x6a\xd4\xce\xee\x46\xad\x6c\x62\x99\xa3\x14\xe9\xde\xbe\x2d\x5a\x08\xf6\xd5\x32\xf9\xb1\xf8\x5e\x40\xe7\x53\xb8\xe9\x2c\xe6\x9c\x06\xc5\x44\x58\x63\x81\xbe\xa6\x86\xec\x97\x93\x31\xc8\x53\x24\xac\x4c\xe8\x66\xfa\x87\xaf\xa1\x2f\x5f\x20\xbc\x72\x83\xf7\xaf\xd9\x20\x79\x03\xa1\xed\x50\x63\xcf\x94\x8e\x30\x61\x57\x77\x7e\xc1\x52\xb6\x8f\x51\x53\x26\xc6\xca\x79\x96\x21\xcf\x52\x74\x69\x54\x68\x69\x16\x37\xaa\xa6\xbc\x49\xa5\x0c\x07\xba\x0c\xcf\x55\x25\xd5\xf0\x0a\x02\x2a\xd2\xb0\x70\x5d\x3d\x0f\xb3\x78\xf5\x7d\x8b\x95\x3e\x99\x16\x9f\xfc\x7f\xca\xd5\x5a\x20\x9b\x42\xd3\xf5\x18\xcf\xea\x3b\xfb\x3b\xe2\xc9\x2c\x11\xd2\xb5\xca\x93\x3c\xdb\x81\x7d\x53\x17\xd4\xde\x9e\x04\xb5\x44\x54\xed\x95\xcc\x5e\x45\x70\x5a\x43\x70\x9a\x13\x34\x78\xb7\x39\xad\xd6\xa6\x6d\xf5\x00\x36\xf7\x79\x21\xb9\x19\xeb\xd6\xbc\x85\x18\xae\x4d\x94\x6a\x92\xe3\xa7\x7e\x7d\x76\x84\xea\x3a\x52\x17\x0c\xd2\x72\x4f\x59\x07\xfa\x42\x23\x15\x9b\x6b\x77\x53\x46\xaf\x35\x89\xd6\xd5\x7b\x2b\x3c\x41\x9f\x13\xbd\x7c\x57\x90\x30\x94\x77\x19\x8d\x7b\x7d\x21\xc8\xbb\xdd\x27\x5f\xf9\x24\xeb\x3e\x35\xa1\xa3\xec\xff\x0e\xba\x07\x07\x07\xcd\x02\xdd\xa9\xa4\xbb\x79\x1d\xdd\xcd\x0e\xba\x95\x8a\x35\xd8\x61\x37\xd6\xd4\xa0\xfe\x7a\xac\xad\x8a\x8d\x1d\x93\xd6\xd4\xd4\x97\xee\xac\xf7\xaa\xf3\xcf\xda\x16\x46\x9e\x2e\xec\x9c\x63\xf6\xfa\xd2\xca\x15\x83\x4b\xb2\x3a\x2d\x8d\x5e\xb5\x1b\x97\x2a\xb7\x76\x80\x51\xda\x4e\x3b\xc1\x28\x6e\x98\x5f\x19\x8f\xa8\x8c\xc7\xed\x4b\xe2\x0b\x6e\x70\x84\x2c\xa4\x01\x43\x7b\x85\x8c\x91\x05\x16\x0a\xcd\x92\x5c\xcd\xfe\x12\xe3\x0a\xae\xe1\x2f\x36\x3e\x1d\xd8\xd6\xf8\x74\xb0\x7f\xf8\xe1\x3f\xad\x16\x58\x93\xe1\xf7\x49\x56\xf3\x12\xd0\x36\x43\x7e\x7a\x31\x38\xfe\x8a\x9b\x8c\x9e\x19\x2e\xe1\xd3\x5e\x7b\x81\x4b\xd7\x6d\x9f\x3a\xd2\x93\xdb\x4b\xc2\x96\x6d\x16\xcf\x18\x8f\xec\x6e\x96\x34\xd3\x93\xbf\x19\xa7\xc4\x4e\xd1\x17\xc9\x36\xb6\xf5\x79\x3a\x19\x8e\xad\x66\x72\x50\x97\x52\x2b\xbf\x8d\xf0\x29\x71\xad\x16\x64\xc2\x17\x0e\xed\x48\xcc\x97\xa2\x54\x39\x84\xeb\x07\x21\xf2\xb3\x80\x10\x83\xa4\x3d\xcd\xdf\x76\x2c\x90\xa7\xaf\x46\x64\xd1\xb3\x52\x10\x4b\x39\xf3\x72\x7c\xca\x24\xb5\x4a\xa4\x04\x22\xc3\x09\x49\x2d\x70\x48\x54\xc8\xe4\x18\xa4\x1e\x5c\xc2\xa8\x1c\x3d\xe0\x86\xd5\xe1\x88\x75\x0d\x7e\x46\x49\x54\xcb\x56\x06\xa3\xe2\x6d\x5f\x3b\xe5\x5d\x62\x25\xbe\x0e\xab\xd2\xe1\xf8\xc4\xeb\x70\xc5\xba\x80\x4f\x5a\x99\xcc\xab\xd9\x92\xae\xc7\x0e\x06\x68\x33\xf1\xbf\x1a\x63\xb7\xa9\x99\x5a\xa9\x71\x5a\x42\x95\x2d\xa9\x97\x56\x2e\xed\x5d\x7b\x4e\xa3\x21\x71\x96\x76\x4e\xd2\x46\x3d\x52\xb1\xcd\xf8\xc6\xc7\xb6\xeb\xb1\xd0\x27\xa2\xfe\xa0\x88\x68\xb9\x23\xfc\x37\x58\x73\x1f\x9f\x2c\x38\x02\x2b\xa0\x01\x5a\x4a\x94\xe6\x81\x58\x66\xfa\x2b\x6e\x98\x5d\x78\x85\x6f\x7c\x91\x9c\x44\x50\x26\xa3\xe0\x5d\xeb\xae\x96\x1e\xe3\x34\xda\xb4\x19\x27\x1c\xe1\x4d\x1f\x52\xc3\x6a\x22\x64\x60\x61\xcc\x44\x85\xe7\x98\x3a\x40\x0b\xac\xf2\x2c\x55\xc1\xaf\x54\xd8\xaf\xf0\x2c\x11\xd5\x19\x1b\x9f\x78\x7b\x4e\x9d\x98\xd9\x2f\x91\x26\x75\xb9\x17\x49\x94\xc0\xd6\x49\x25\x37\x7f\x24\x7e\x8c\xd0\x07\xcb\xca\x92\x54\xc6\x6e\xea\x34\x99\xa3\x25\x9f\x29\x5d\x47\x94\x53\x87\x8a\x18\xb4\xd6\x8c\x1d\x59\xdb\x23\xec\x3c\x93\x85\x39\x4c\x1f\x2c\xf9\xa5\x5b\x81\x65\x9d\x48\x46\x23\xe1\x6d\xcd\xd2\x9c\xfb\x0d\x67\x63\xea\x3c\x20\xb7\x15\x84\x3d\xb0\x3a\x1d\x31\x7b\x6c\xd3\x26\x65\x3c\x20\x2b\x54\xda\x56\x85\x13\x1a\x71\xe1\x96\x47\x05\x14\xf9\xf4\x48\x28\x46\x41\xb2\x3a\x6b\x96\x07\xd5\x9a\xb5\x69\x90\x26\x71\x91\x17\xb3\xe4\xa9\x0c\x23\x99\xd4\x85\x1c\x6a\x38\xe1\x90\x11\x67\x6b\x3d\x70\x92\xd6\x4d\x45\x4c\x4f\xc9\xe6\x13\xf9\x72\x05\x13\x2d\x82\x4b\x38\x69\xd6\xba\x51\xbf\xce\x8d\x8a\xbe\x6d\x2c\xe9\x46\x6a\xe5\x10\xdb\x46\xb5\x4e\xa4\x0c\x97\xf8\x5a\x48\xdc\xb2\x97\xaa\xc6\x90\x6a\x54\x4d\xf1\xda\xe0\x4b\x32\x5f\x96\x86\x52\xd2\xb5\x25\x21\x4b\xcc\x86\xa2\xea\xf8\x9e\xf3\x60\xb5\x72\x41\x53\xb2\x3b\xab\xc5\xcb\x49\xaa\x89\x42\xce\x80\x86\xef\xdd\x54\x15\xe8\xf5\xa4\x94\xa7\xd5\x8c\xfc\xdc\x30\xa2\x54\x33\x65\xd4\xba\x60\xcb\xf0\x3d\x4f\xa9\x64\x54\x1a\xc7\xe8\x13\xe5\xaf\xd6\x64\xad\xfa\x27\x20\x8f\xde\x42\xc6\xef\xcd\xd9\x11\x58\x4b\xcf\x45\xeb\xb9\xec\x33\xe9\x93\xdb\x7f\x3c\xf7\x08\xac\x30\xc2\x47\x1e\x11\xe7\x21\x55\xbc\xac\x76\x47\xc6\x8f\x35\x9f\xd3\x6f\x17\x52\x44\x9f\x6c\x42\x12\x33\xac\x44\xcc\xbf\x02\x2d\x22\x06\xf8\xc4\x6b\x77\xdc\x7e\xfe\x59\x44\x7c\xa4\x7e\xbc\x42\x97\xae\x83\x32\xa6\xf2\xb1\xaa\x09\x69\x15\x73\x03\x9f\xca\xc7\xaf\x26\xa4\x38\xac\x44\xb9\xb9\x7e\x2e\x37\x03\x36\x35\x7e\xfe\xa2\x79\x3a\x6d\x7b\x6e\x8d\x77\x17\x2c\x6d\x74\xaa\xec\x97\x9f\x34\x3d\x88\xd4\x4d\xdb\x0f\xb8\xd1\x4f\x98\xb2\xfb\xe7\x5d\xd1\x27\x08\xed\x8e\xbc\xc6\x4e\xbe\xe4\x60\xb6\xad\x99\xa2\x26\x97\x52\x5f\x81\x77\x2e\x78\xdf\x62\x68\x02\x40\x55\x09\x2e\xba\x74\x4e\x35\xe9\xf0\xb3\x14\x3c\x23\xce\x43\x21\x98\xd2\xeb\x14\x8c\x06\x21\x0d\xd3\x34\x5d\x1d\xbe\x21\x71\xb5\x44\xf1\x26\xcb\x14\xa6\x53\x92\x2c\x8d\xbd\x12\x87\x55\xc1\x9b\x14\xfc\xc2\x12\x03\x85\x32\x53\x79\xb2\xfb\x8a\xf2\x07\x35\x25\x10\xea\x0e\x45\xab\xaa\x18\x18\x4e\x7e\x9e\x77\xb8\x6a\x84\x62\x5e\xfb\xbf\x70\xd6\xbc\xdb\x49\x48\x9a\x5c\x45\x58\xbf\xbc\x83\x3c\x5c\x60\x9c\x44\xdc\x6a\xa9\x2f\xf2\x77\x23\x61\xe0\xe6\x28\xc3\xc0\xdd\x8d\xe0\xc8\x8f\x50\x5f\x87\xb3\xa2\x8f\x98\x63\x88\x61\x5f\xcc\xbf\xcd\x5e\xe3\x7f\x03\x00\x00\xff\xff\x4f\x2b\x2f\xda\x4b\x34\x00\x00") func webdataFnJsBytes() ([]byte, error) { return bindataRead( @@ -90,7 +90,7 @@ func webdataFnJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "webdata/fn.js", size: 13555, mode: os.FileMode(436), modTime: time.Unix(1, 0)} + info := bindataFileInfo{name: "webdata/fn.js", size: 13387, mode: os.FileMode(436), modTime: time.Unix(1, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/webdata/fn.js b/webdata/fn.js index e6dc8c6..6c66305 100644 --- a/webdata/fn.js +++ b/webdata/fn.js @@ -172,19 +172,25 @@ function updateMoveAndScroll() { } function handleStart(evt) { + // Might get called multiple times for the same touches if (ongoingTouches.length == 0) { touchStart = evt.timeStamp; touchMoved = false; - touchReleasedCount = 0; - dragging = false; } let touches = evt.changedTouches; for (let i = 0; i < touches.length; i++) { - if (touches[i].target !== pad && touches[i].target !== padlabel) { + if (touches[i].target !== pad && touches[i].target !== padlabel && + ongoingTouches.length == 0) { continue; } evt.preventDefault(); - ongoingTouches.push(copyTouch(touches[i], evt.timeStamp)); + let touch = copyTouch(touches[i], evt.timeStamp); + let idx = ongoingTouchIndexById(touch.identifier); + if (idx < 0) { + ongoingTouches.push(touch); + } else { + ongoingTouches[idx] = touch; + } touchLastEnd = 0; if (!dragging) { moveXSum = Math.trunc(moveXSum); @@ -222,44 +228,28 @@ function handleEnd(evt) { if (touchReleasedCount > TOUCH_MOVE_THRESHOLD.length) { touchMoved = true; } - if (ongoingTouches.length == 0 && touchReleasedCount >= 1 && - dragging) { - ws.send("b" + POINTER_BUTTON_LEFT + ";0"); - } - if (ongoingTouches.length == 0 && touchReleasedCount >= 1 && - !touchMoved && evt.timeStamp - touchStart < TOUCH_TIMEOUT) { - let button = 0; - if (touchReleasedCount == 1) { - button = POINTER_BUTTON_LEFT; - } else if (touchReleasedCount == 2) { - button = POINTER_BUTTON_RIGHT; - } else if (touchReleasedCount == 3) { - button = POINTER_BUTTON_MIDDLE; + if (ongoingTouches.length == 0 && touchReleasedCount >= 1) { + if (dragging) { + dragging = false; + ws.send("b" + POINTER_BUTTON_LEFT + ";0"); } - ws.send("b" + button + ";1"); - if (button == POINTER_BUTTON_LEFT) { - draggingTimeout = setTimeout(onDraggingTimeout, TOUCH_TIMEOUT); - } else { - ws.send("b" + button + ";0"); - } - } -} - -function handleCancel(evt) { - let touches = evt.changedTouches; - for (let i = 0; i < touches.length; i++) { - let idx = ongoingTouchIndexById(touches[i].identifier); - if (idx < 0) { - continue; - } - ongoingTouches.splice(idx, 1); - touchReleasedCount++; - touchLastEnd = evt.timeStamp; - touchMoved = true; - if (scrolling) { - ws.send("sf"); - scrolling = false; + if (!touchMoved && evt.timeStamp - touchStart < TOUCH_TIMEOUT) { + let button = 0; + if (touchReleasedCount == 1) { + button = POINTER_BUTTON_LEFT; + } else if (touchReleasedCount == 2) { + button = POINTER_BUTTON_RIGHT; + } else if (touchReleasedCount == 3) { + button = POINTER_BUTTON_MIDDLE; + } + ws.send("b" + button + ";1"); + if (button == POINTER_BUTTON_LEFT) { + draggingTimeout = setTimeout(onDraggingTimeout, TOUCH_TIMEOUT); + } else { + ws.send("b" + button + ";0"); + } } + touchReleasedCount = 0; } } @@ -425,6 +415,6 @@ window.addEventListener("load", function() { }); pad.addEventListener("touchstart", handleStart); pad.addEventListener("touchend", handleEnd); - pad.addEventListener("touchcancel", handleCancel); + pad.addEventListener("touchcancel", handleEnd); pad.addEventListener("touchmove", handleMove); }); From 390827829a6f129b7c00f5d3353b26fd397eabb4 Mon Sep 17 00:00:00 2001 From: Unrud Date: Mon, 28 Oct 2019 01:50:10 +0100 Subject: [PATCH 007/232] Set terminal title --- main.go | 4 +++- terminal_color.go => terminal.go | 0 terminal_color_posix.go => terminal_posix.go | 12 +++++++++++- ...nal_color_windows.go => terminal_windows.go | 18 ++++++++++++++---- 4 files changed, 28 insertions(+), 6 deletions(-) rename terminal_color.go => terminal.go (100%) rename terminal_color_posix.go => terminal_posix.go (77%) rename terminal_color_windows.go => terminal_windows.go (72%) diff --git a/main.go b/main.go index b5c015f..457923f 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Unrud + * Copyright (c) 2018-2019 Unrud * * This file is part of Remote-Touchpad. * @@ -46,6 +46,7 @@ const ( challengeLength int = 8 defaultBind string = ":0" version string = "0.0.13" + pretty_app_name string = "Remote Touchpad" ) func processCommand(backend Backend, command string) error { @@ -139,6 +140,7 @@ func secureRandBase64(length int) string { } func main() { + TerminalSetTitle(pretty_app_name) var bind, certFile, keyFile, secret string var showVersion bool parseFlags := flag.NewFlagSet(os.Args[0], flag.ContinueOnError) diff --git a/terminal_color.go b/terminal.go similarity index 100% rename from terminal_color.go rename to terminal.go diff --git a/terminal_color_posix.go b/terminal_posix.go similarity index 77% rename from terminal_color_posix.go rename to terminal_posix.go index 9230d71..1e5ad90 100644 --- a/terminal_color_posix.go +++ b/terminal_posix.go @@ -1,7 +1,7 @@ // +build !windows /* - * Copyright (c) 2018 Unrud + * Copyright (c) 2018-2019 Unrud * * This file is part of Remote-Touchpad. * @@ -23,7 +23,17 @@ package main // #include import "C" +import "os" func TerminalSupportsColor(fd uintptr) bool { return C.isatty(C.int(fd)) != 0 } + +func TerminalSetTitle(title string) bool { + if C.isatty(C.int(os.Stdout.Fd())) != 0 { + os.Stdout.Write([]byte("\x1b]2;" + title + "\x07")) + os.Stdout.Sync() + return true + } + return false +} diff --git a/terminal_color_windows.go b/terminal_windows.go similarity index 72% rename from terminal_color_windows.go rename to terminal_windows.go index a3dbf42..22c0c3e 100644 --- a/terminal_color_windows.go +++ b/terminal_windows.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Unrud + * Copyright (c) 2018-2019 Unrud * * This file is part of Remote-Touchpad. * @@ -19,7 +19,10 @@ package main -import "syscall" +import ( + "syscall" + "unsafe" +) const ( enableProcessedOuput uint32 = 0x1 @@ -28,8 +31,9 @@ const ( ) var ( - kernel32DLL = syscall.NewLazyDLL("kernel32.dll") - setConsoleModeProc = kernel32DLL.NewProc("SetConsoleMode") + kernel32DLL = syscall.NewLazyDLL("kernel32.dll") + setConsoleModeProc = kernel32DLL.NewProc("SetConsoleMode") + setConsoleTitleProc = kernel32DLL.NewProc("SetConsoleTitleW") ) func TerminalSupportsColor(fd uintptr) bool { @@ -37,3 +41,9 @@ func TerminalSupportsColor(fd uintptr) bool { enableWrapAtEolOutput|enableVirtualTerminalProcessing)) return r != 0 } + +func TerminalSetTitle(title string) bool { + r, _, _ := setConsoleTitleProc.Call( + uintptr(unsafe.Pointer(syscall.StringToUTF16Ptr(title)))) + return r != 0 +} From e2a4d17f8a579af445423e6eabff785b1c2b4335 Mon Sep 17 00:00:00 2001 From: Unrud Date: Mon, 28 Oct 2019 01:50:11 +0100 Subject: [PATCH 008/232] Remove gitignore --- .gitignore | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 232a659..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/remote-touchpad -/remote-touchpad.exe From de46eb2bd133432954635cfa9da6df4532054e5d Mon Sep 17 00:00:00 2001 From: Unrud Date: Mon, 28 Oct 2019 01:50:11 +0100 Subject: [PATCH 009/232] Flatpak: Update dependencies --- flatpak/com.github.unrud.RemoteTouchpad.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flatpak/com.github.unrud.RemoteTouchpad.yaml b/flatpak/com.github.unrud.RemoteTouchpad.yaml index b993c00..0b02d33 100644 --- a/flatpak/com.github.unrud.RemoteTouchpad.yaml +++ b/flatpak/com.github.unrud.RemoteTouchpad.yaml @@ -1,6 +1,6 @@ app-id: com.github.unrud.RemoteTouchpad runtime: org.freedesktop.Platform -runtime-version: '18.08' +runtime-version: '19.08' sdk: org.freedesktop.Sdk command: remote-touchpad sdk-extensions: @@ -14,7 +14,7 @@ modules: sources: - type: git url: https://github.com/golang/net - commit: ca1201d0de80cfde86cb01aea620983605dfe99b + commit: ec77196f6094c3492a8b61f2c11cf937f78992ae dest: src/golang.org/x/net - type: git url: https://github.com/skip2/go-qrcode @@ -26,7 +26,7 @@ modules: dest: src/github.com/elazarl/go-bindata-assetfs - type: git url: https://salsa.debian.org/go-team/packages/golang-dbus.git - commit: 79d96b151df08809558c825f8a75188826e8e228 + commit: 815bb726c30e24947e1778b93fbb01c27f5d62db dest: src/salsa.debian.org/go-team/packages/golang-dbus.git - type: git path: .. From 6092502dd97bbaff98177c8f3634ea69c7ad04a5 Mon Sep 17 00:00:00 2001 From: Unrud Date: Mon, 28 Oct 2019 01:50:12 +0100 Subject: [PATCH 010/232] Snap: Fix build --- snap/snapcraft.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index bf67a16..4d3bf65 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -24,6 +24,7 @@ parts: source: . source-type: git build-packages: + - gcc - libxt-dev - libxtst-dev stage-packages: From 8e3e62a9deed561686e79dd5f7ca761866cbb693 Mon Sep 17 00:00:00 2001 From: Unrud Date: Mon, 28 Oct 2019 01:50:12 +0100 Subject: [PATCH 011/232] Bump version to 0.0.14 --- CHANGELOG.md | 7 +++++++ ...com.github.unrud.RemoteTouchpad.appdata.xml | 18 ++++++++++++++---- main.go | 2 +- 3 files changed, 22 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 831d6ae..5c1c5b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.0.14 (2019-10-28) + + * Handle quirks of browser touch events + * Hide navigation bar in fullscreen mode + * Set terminal title + * Flatpak: Update dependencies + ## 0.0.13 (2019-05-04) * Flatpak: Update dependencies diff --git a/desktop/com.github.unrud.RemoteTouchpad.appdata.xml b/desktop/com.github.unrud.RemoteTouchpad.appdata.xml index c6d6516..ed47da2 100644 --- a/desktop/com.github.unrud.RemoteTouchpad.appdata.xml +++ b/desktop/com.github.unrud.RemoteTouchpad.appdata.xml @@ -19,6 +19,16 @@ https://github.com/Unrud/remote-touchpad Unrud + + +
    +
  • Handle quirks of browser touch events
  • +
  • Hide navigation bar in fullscreen mode
  • +
  • Set terminal title
  • +
  • Flatpak: Update dependencies
  • +
+
+