Skip to content

Commit

Permalink
fix HOW
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Dec 5, 2023
1 parent 57ef811 commit ff45a3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/templates/core/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
<link href="{% static 'fontawesomefree/css/fontawesome.css' %}" rel="stylesheet" type="text/css">
<link href="{% static 'fontawesomefree/css/solid.css' %}" rel="stylesheet" type="text/css">
<script type="module">
import newCalculateTime from ""

import newCalculateTime from "{% static 'core/countdown.js' %}"
const calculateTime = newCalculateTime(
{{ START.timestamp }} * 1000,
{{ END.timestamp }} * 1000,
Expand Down

0 comments on commit ff45a3d

Please sign in to comment.