From b1f5aad9f99cd7958fc2720de31a9281834c347a Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Thu, 25 Sep 2025 09:38:20 +0200 Subject: [PATCH] [CHANGE] Move inline JS into `$(document).ready(())` block --- .../optimer/templates/optimer/management.html | 132 +++++++------- .../allianceauth/admin-status/esi_check.html | 37 ++-- .../timerboard/templates/timerboard/view.html | 163 +++++++++--------- 3 files changed, 170 insertions(+), 162 deletions(-) diff --git a/allianceauth/optimer/templates/optimer/management.html b/allianceauth/optimer/templates/optimer/management.html index 9a67ff6e..57fe8a56 100644 --- a/allianceauth/optimer/templates/optimer/management.html +++ b/allianceauth/optimer/templates/optimer/management.html @@ -65,83 +65,85 @@ {% include 'bundles/timers-js.html' %} {% endblock content %} diff --git a/allianceauth/templates/allianceauth/admin-status/esi_check.html b/allianceauth/templates/allianceauth/admin-status/esi_check.html index f5d04e72..14fbc96e 100644 --- a/allianceauth/templates/allianceauth/admin-status/esi_check.html +++ b/allianceauth/templates/allianceauth/admin-status/esi_check.html @@ -1,29 +1,32 @@ {% load i18n %} +

{% translate 'Your Server received an ESI error response code of ' %}?



     
-
- + + diff --git a/allianceauth/timerboard/templates/timerboard/view.html b/allianceauth/timerboard/templates/timerboard/view.html index 0bf4d4d6..fddf740b 100644 --- a/allianceauth/timerboard/templates/timerboard/view.html +++ b/allianceauth/timerboard/templates/timerboard/view.html @@ -96,86 +96,86 @@ {% get_datatables_language_static LANGUAGE_CODE as DT_LANG_PATH %}