mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 10:01:53 +08:00
touch improvements
This commit is contained in:
@@ -14,7 +14,7 @@ function Stream() {
|
||||
var __init__ = function() {
|
||||
$("stream-led").title = "Stream inactive";
|
||||
|
||||
$("stream-reset-button").onclick = __clickResetButton;
|
||||
tools.setOnClick($("stream-reset-button"), __clickResetButton);
|
||||
$("stream-resolution-select").onchange = __changeResolution;
|
||||
$("stream-size-slider").oninput = __resize;
|
||||
$("stream-size-slider").onchange = __resize;
|
||||
|
||||
Reference in New Issue
Block a user