From 1261bc40fb0729937416495d9b6442147198640b Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Mon, 19 Jul 2021 10:22:14 -0400 Subject: [PATCH] This just removes the temporary covid alert relating to library hours, since they are back to normal. Signed-off-by: Terran McCanna --- Open-ILS/src/templates-bootstrap/opac/parts/config.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/config.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/config.tt2 index f0c477822d..a6fac61450 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/config.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/config.tt2 @@ -193,7 +193,7 @@ ctx.google_books_preview = 0; ############################################################################## # Set a maintenance message to display in the catalogue -ctx.maintenance_message = "COVID-19 Update: Many libraries have temporarily modified their service hours and offerings. Please check with your local library for details."; +# ctx.maintenance_message = "COVID-19 Update: Many libraries have temporarily modified their service hours and offerings. Please check with your local library for details."; # Maintenance types follow Bootstrap4 alert options as follows # success = green; info = blue; warning = yellow; danger = red # Other colors would require re-coding the alert -- 2.11.0