From b01721ab8a824f4a144ce55a8de6767bbe3f5d0a Mon Sep 17 00:00:00 2001
From: xc <double72cheng@gmail.com>
Date: Fri, 23 Apr 2021 17:01:09 +0800
Subject: [PATCH] 直播流组件 init
---
src/main/resources/public/monitor/history.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/public/monitor/history.html b/src/main/resources/public/monitor/history.html
index 8fc4630..9f4a712 100755
--- a/src/main/resources/public/monitor/history.html
+++ b/src/main/resources/public/monitor/history.html
@@ -38,7 +38,7 @@
<script src="../js/jquery.progressTime.js"></script>
- <script>
+<script>
var hourTimestamp = 3600 * 1000;
var dayTimestamp = hourTimestamp * 24;
var currentTimer;
--
Gitblit v1.9.1