From 1722c204455b5bb7346e830d14a6f825e91eb7ea Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 30 Nov 2025 02:23:08 -0500 Subject: [PATCH] Fix offline page JS not loading - remove extra_js block MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The base.html template doesn't have an extra_js block defined, so the JavaScript was being silently dropped. Moved the script tag inside the content block where it will be rendered. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/templates/offline.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/kjvstudy_org/templates/offline.html b/kjvstudy_org/templates/offline.html index d028f49..4b0d0cd 100644 --- a/kjvstudy_org/templates/offline.html +++ b/kjvstudy_org/templates/offline.html @@ -641,9 +641,7 @@

Scanning cache...

-{% endblock %} -{% block extra_js %}