From 504e27bd5a95b2740fc82679bef6f605eaa148d6 Mon Sep 17 00:00:00 2001
From: xc <double72cheng@gmail.com>
Date: Tue, 20 Apr 2021 15:06:44 +0800
Subject: [PATCH] 直播与回放分布
---
src/main/resources/public/monitor/history.html | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/src/main/resources/public/monitor/history.html b/src/main/resources/public/monitor/history.html
index 0d916cf..00bb617 100755
--- a/src/main/resources/public/monitor/history.html
+++ b/src/main/resources/public/monitor/history.html
@@ -51,7 +51,6 @@
var $play = document.getElementById('play');
var $stop = document.getElementById('stop');
var container = document.getElementById("container");
- var $progressTime = document.getElementById('progressTime');
var isPlaying = false;
@@ -141,11 +140,7 @@
}
function playerShow() {
- if (isLive) {
- $(".player .control").css("display", "block")
- } else {
- $(".player .control").css("display", "none")
- }
+ $(".player .control").css("display", "block")
}
function playerHidden() {
--
Gitblit v1.9.1