Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 19a71db

Browse files
committedFeb 18, 2025
web: Increment ?v= following message banners update
1 parent 5a5a358 commit 19a71db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎templates/layout.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Elixir Cross Referencer - Explore source code in your browser - Particularly useful for the Linux kernel and other low-level projects in C/C++ (bootloaders, C libraries...)
1616
{%- endblock %}">
1717
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1" />
18-
<link rel="stylesheet" href="/static/style.css?v=15">
18+
<link rel="stylesheet" href="/static/style.css?v=16">
1919

2020
<link rel="preload" href="/static/img/2penguins.svg" as="image" />
2121
<link rel="preload" href="/static/img/arrow-dropdown-16.svg" as="image" />
@@ -75,7 +75,7 @@
7575
</span>
7676
</footer>
7777
</div>
78-
<script src="/static/script.js?v=16"></script>
78+
<script src="/static/script.js?v=17"></script>
7979
<script src="/static/dynamic-references.js?v=4"></script>
8080
<script src="/static/autocomplete.js" project="{{ current_project }}"></script>
8181
</body>

0 commit comments

Comments
 (0)
Please sign in to comment.