From 63b63145716caa829cb172f57b8ce137aacde2b7 Mon Sep 17 00:00:00 2001
From: xc <double72cheng@gmail.com>
Date: Fri, 23 Apr 2021 13:53:57 +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