mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
fix
This commit is contained in:
parent
007371d30b
commit
54cb364c2e
@ -345,7 +345,7 @@ export function Streamer() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
var __clickResetButton = function() {
|
var __clickResetButton = function() {
|
||||||
wm.confirm("Are you sure you want to reset stream?").then(function(ok) {
|
wm.confirm("Are you sure you want to reset the stream?").then(function(ok) {
|
||||||
if (ok) {
|
if (ok) {
|
||||||
__resetStream();
|
__resetStream();
|
||||||
tools.httpPost("api/streamer/reset", null, function(http) {
|
tools.httpPost("api/streamer/reset", null, function(http) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user