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=refs%2Fheads%2Fuser%2Fmiker%2Flp-1721636-i18n_js-for-upup;p=working%2FEvergreen.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 --- diff --git a/Open-ILS/src/templates/staff/base_js.tt2 b/Open-ILS/src/templates/staff/base_js.tt2 index 5d93fbe344..523843e842 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! + +%] + +