Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Add lazyload
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhu2007 authored Nov 24, 2022
1 parent 5ee3fc7 commit 6649ae5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ else {
console.log("用户来自 " + referrer);
}
function setSiteTime() {
window.setTimeout("siteTime()", 1000);
var seconds = 1000;
var minutes = seconds * 60;
var hours = minutes * 60;
Expand Down

0 comments on commit 6649ae5

Please sign in to comment.