fix(cache): force cache bust for newsletter-management.js DELETE fix
Updated cache version parameter to force browsers to reload the fixed newsletter-management.js file with the DELETE button fix. Previous fix was deployed but browsers were serving old cached version. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
40601f7d27
commit
0b807a8bc0
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
<script src="/js/admin/newsletter-management.js?v=0.1.0.1761283486841"></script>
|
||||
<script src="/js/admin/newsletter-management.js?v=0.1.1.newsletter-delete-fix"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue