forked from rDrama/rDrama
1
0
Fork 0

assetcache: Bust 2dda7529a4, expand.

master
Snakes 2022-05-30 20:20:14 -04:00
parent 2dda7529a4
commit b85f23becb
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,4 @@
{%- from 'util/assetcache.html' import asset -%}
{% if not ajax %} {% if not ajax %}
{% if comment_info and not request.full_path.endswith('#context') %} {% if comment_info and not request.full_path.endswith('#context') %}
<script> <script>

View File

@ -182,5 +182,5 @@
</div> </div>
</div> </div>
<script src="/assets/js/lottery_modal.js?v=249" data-cfasync="false"></script> <script src="{{asset('js/lottery_modal.js')}}" data-cfasync="false"></script>
{% endif %} {% endif %}

View File

@ -1,6 +1,6 @@
{%- {%-
set CACHE_VER = { set CACHE_VER = {
'css/main.css': 289, 'css/main.css': 290,
'css/4chan.css': 59, 'css/4chan.css': 59,
'css/classic.css': 59, 'css/classic.css': 59,
@ -18,6 +18,7 @@ set CACHE_VER = {
'js/award_modal.js': 253, 'js/award_modal.js': 253,
'js/bootstrap.js': 258, 'js/bootstrap.js': 258,
'js/header.js': 269, 'js/header.js': 269,
'js/lottery_modal.js': 250,
'images/badges/': 1017, 'images/badges/': 1017,
} }