Bumpe cache-bust della heatmap JS su collaudo (evita 404 NPM su ?v=1).

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-20 23:07:07 +02:00
co-authored by Cursor
parent b84321346f
commit 8e7bbdf8b2
@@ -115,7 +115,7 @@
data-cells="<%= @cells.map { |(x, y), c| { x: x, y: y, c: c } }.to_json %>"
></canvas>
</div>
<script src="/admin-analytics-heatmap.js?v=1" defer></script>
<script src="/admin-analytics-heatmap.js?v=2" defer></script>
<% else %>
<p class="empty"><%= t("admin.analytics.show.no_points") %></p>
<% end %>