From 30a59f7d6c8c8dcd605a27bf702d24bd7c0b7510 Mon Sep 17 00:00:00 2001 From: pac7 <47831526-pac7@users.noreply.replit.com> Date: Sun, 21 Sep 2025 02:55:39 +0000 Subject: [PATCH] Correctly order Alpine.js and its components loading Reorder script tags in base.html to ensure Alpine.js components are loaded before Alpine.js itself. Replit-Commit-Author: Agent Replit-Commit-Session-Id: eff39de1-3afa-446d-a965-acaf61837fc7 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/d6d61dac-164d-45dd-929f-7dcdfd771b64/eff39de1-3afa-446d-a965-acaf61837fc7/hqOFKge --- backend/templates/base/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/templates/base/base.html b/backend/templates/base/base.html index f3e90833..0d3be08e 100644 --- a/backend/templates/base/base.html +++ b/backend/templates/base/base.html @@ -30,11 +30,11 @@ - - + + - - + +