From: Mike Rylander Date: Thu, 5 Oct 2017 20:25:40 +0000 (-0400) Subject: LP#1721636: UpUp needs to know about i18n.js for offline mode X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=56c500fc119b8dc663048b61ff6503ec6622ac9d;p=evergreen%2Fpines.git 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 --- 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! + +%] + +