Enhance date rendering in schedule script to include contextual labels for today and tomorrow. Updated renderDay function to accept flags for isToday and isTomorrow, modifying the title accordingly. Also, added versioning to the script source in index.html for cache management.
This commit is contained in:
parent
60409362c7
commit
370519a812
2 changed files with 23 additions and 5 deletions
|
|
@ -19,7 +19,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/static/script.js"></script>
|
||||
<script src="/static/script.js?v=2"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue