From 11dca593bd1737b2f56478767df84cea99cf8f04 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Fri, 5 Oct 2018 06:49:57 +0000 Subject: [PATCH] Bug 15734: Fix filters on AUDIO_ALERTS Test Plan: 1) Enable audio alerts 2) Note audio alerts don't work 3) Apply this patch 4) Note audio alerts now work --- koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc index 046c7d5..af7c52c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc @@ -1,6 +1,7 @@ [% USE raw %] [% USE Asset %] [% USE AudioAlerts %] +[% USE JSON.Escape %] [%# Prevent XFS attacks -%] [% UNLESS popup %]