From b85f23becbc07d28f0fd9b86481a173e4aa9c0b0 Mon Sep 17 00:00:00 2001 From: TLSM Date: Mon, 30 May 2022 20:20:14 -0400 Subject: [PATCH] assetcache: Bust 2dda7529a45, expand. --- files/templates/comments.html | 1 + files/templates/lottery_modal.html | 2 +- files/templates/util/assetcache.html | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 05e58afdde..01ba5203ff 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -1,3 +1,4 @@ +{%- from 'util/assetcache.html' import asset -%} {% if not ajax %} {% if comment_info and not request.full_path.endswith('#context') %} + {% endif %} diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index 2d3e135fcf..f05d3a1424 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -1,6 +1,6 @@ {%- set CACHE_VER = { - 'css/main.css': 289, + 'css/main.css': 290, 'css/4chan.css': 59, 'css/classic.css': 59, @@ -18,6 +18,7 @@ set CACHE_VER = { 'js/award_modal.js': 253, 'js/bootstrap.js': 258, 'js/header.js': 269, + 'js/lottery_modal.js': 250, 'images/badges/': 1017, }