From 015c981373e8989336a8dc89cbfdf08f49f54598 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Thu, 24 Jul 2025 10:18:14 -0500 Subject: [PATCH] bug fix, qcms.context --- cms/templates/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cms/templates/index.html b/cms/templates/index.html index c08f957..05b47fa 100644 --- a/cms/templates/index.html +++ b/cms/templates/index.html @@ -75,7 +75,10 @@ Vanderbilt University Medical Center // sessionStorage.setItem('{{system.id}}','{{system.context|safe}}') var _layout = {{layout|tojson}} - + if (!qcms){ + var qcms = {} + } + qcms.context = '{{system.context}}' //sessionStorage.setItem('{{system.id}}','{{system.context|safe}}') $(document).ready( function(){