From 3377bcd85e545c541282bb2168b0783a74fbbf36 Mon Sep 17 00:00:00 2001
From: xc <double72cheng@gmail.com>
Date: Sun, 25 Apr 2021 11:13:58 +0800
Subject: [PATCH] 直播 插件化完成
---
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