1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 21:53:26 +00:00

Remove unused variable on HTML & JS

This commit is contained in:
Cotes Chung
2021-08-01 21:49:44 +08:00
parent b513c0764d
commit 780af9ac5f
4 changed files with 2 additions and 4 deletions

View File

@@ -10,7 +10,6 @@ $(function() {
let intervalId = void 0;
const locale = $("meta[name=layout-lang]").attr("content");
const dPrompt = $("meta[name=day-prompt]").attr("content");
const hrPrompt = $("meta[name=hour-prompt]").attr("content");
const minPrompt = $("meta[name=minute-prompt]").attr("content");