refactor: Move stuff around and rename
- DragAdv is now HippieTaskBar - Remove previous version - Move unused stuff - Replace Clock with TimeDisplay
This commit is contained in:
parent
77178886cd
commit
13b1924360
4 changed files with 34 additions and 167 deletions
|
|
@ -31,7 +31,8 @@ tags:
|
|||
{%- block script %}
|
||||
{{ block.super -}}
|
||||
<script>
|
||||
let clock = new Clock('time');
|
||||
const timeElement = document.getElementById('time');
|
||||
const timeDisplay = new TimeDisplay(timeElement);
|
||||
|
||||
ongoing();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue