From cd5ea68fe3cd22c94bad061746e55a35fd5bf92c Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Sat, 16 May 2026 09:39:17 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20MPS-24=20Phase=202.8c=20=E2=80=94=20cach?= =?UTF-8?q?e-bust=20ALL=20static=20JS=20(THE=20root=20cause)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit THE root cause of the entire 'still reloads / still not working' saga across 2.7 -> 2.8 -> 2.8b: shop_tags.j2 (tag_bulk.js) and product_edit.j2 (product_tags.js) loaded their + {% endblock %} diff --git a/make_post_sell/templates/base.j2 b/make_post_sell/templates/base.j2 index 8b25036..74a7b80 100644 --- a/make_post_sell/templates/base.j2 +++ b/make_post_sell/templates/base.j2 @@ -251,7 +251,7 @@
- + {% endif %} diff --git a/make_post_sell/templates/content.j2 b/make_post_sell/templates/content.j2 index 5e3821d..6df63c9 100644 --- a/make_post_sell/templates/content.j2 +++ b/make_post_sell/templates/content.j2 @@ -204,8 +204,8 @@ function playInline(container, videoUrl) { } {% if request.shop.watch_mode_enabled %} - + {% endif %} - + {%- endblock -%} diff --git a/make_post_sell/templates/home.j2 b/make_post_sell/templates/home.j2 index 5dfee8e..4974c91 100644 --- a/make_post_sell/templates/home.j2 +++ b/make_post_sell/templates/home.j2 @@ -244,7 +244,7 @@ {% endif %} - + {% endif %} diff --git a/make_post_sell/templates/player.j2 b/make_post_sell/templates/player.j2 index cda7e8d..e8a47f6 100644 --- a/make_post_sell/templates/player.j2 +++ b/make_post_sell/templates/player.j2 @@ -246,7 +246,7 @@ - + {% if request.shop.watch_mode_enabled %} - + {% endif %} - + {%- endblock -%} diff --git a/make_post_sell/templates/product_edit.j2 b/make_post_sell/templates/product_edit.j2 index 3a96f63..4a4d287 100644 --- a/make_post_sell/templates/product_edit.j2 +++ b/make_post_sell/templates/product_edit.j2 @@ -630,6 +630,6 @@ - + {%- endblock -%} diff --git a/make_post_sell/templates/shop.j2 b/make_post_sell/templates/shop.j2 index 9247bd1..502696f 100644 --- a/make_post_sell/templates/shop.j2 +++ b/make_post_sell/templates/shop.j2 @@ -147,6 +147,6 @@ {# /.tag-detail-layout #} {% endif %} - + {%- endblock -%} diff --git a/make_post_sell/templates/shop_settings.j2 b/make_post_sell/templates/shop_settings.j2 index b0f1bdc..98e65e8 100644 --- a/make_post_sell/templates/shop_settings.j2 +++ b/make_post_sell/templates/shop_settings.j2 @@ -1628,7 +1628,7 @@ function toggleCryptoWallets() { timer = setInterval(poll, 4000); })(); - + {%- endblock -%} diff --git a/make_post_sell/templates/shop_tags.j2 b/make_post_sell/templates/shop_tags.j2 index ffb802a..5f9ce19 100644 --- a/make_post_sell/templates/shop_tags.j2 +++ b/make_post_sell/templates/shop_tags.j2 @@ -174,6 +174,6 @@ - + {%- endblock -%} diff --git a/make_post_sell/templates/snippets/comments.j2 b/make_post_sell/templates/snippets/comments.j2 index 4af6d24..cf1f66c 100644 --- a/make_post_sell/templates/snippets/comments.j2 +++ b/make_post_sell/templates/snippets/comments.j2 @@ -133,5 +133,5 @@ {% endif %} - + {% endif %}