From a3e2da6b4b7cd503a2603043f97674a030020cce Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Thu, 5 Oct 2017 16:25:40 -0400 Subject: [PATCH] LP#1721636: UpUp needs to know about i18n.js for offline mode Any resource that is loaded globally, which mostly means stuff in base.tt2 and base_js.tt2, needs to be added to the UpUp resource list so that offline mode will function in the face of a cache clearing event. Signed-off-by: Mike Rylander Signed-off-by: Galen Charlton --- Open-ILS/src/templates/staff/base_js.tt2 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Open-ILS/src/templates/staff/base_js.tt2 b/Open-ILS/src/templates/staff/base_js.tt2 index 79735000d4..2932e453f8 100644 --- a/Open-ILS/src/templates/staff/base_js.tt2 +++ b/Open-ILS/src/templates/staff/base_js.tt2 @@ -1,3 +1,16 @@ +[%# + + *************************************************************************** + * !!! ATTENTION !!! !!! ATTENTION !!! !!! ATTENTION !!! !!! ATTENTION !!! * + *************************************************************************** + +If anything is added to the bottom half of this file +for global use, it will probably need to be added to +the UpUp resource list! + +%] + +