From b17a68c175129d655e293943fce604069a0e45df Mon Sep 17 00:00:00 2001 From: Brian Huisman Date: Wed, 21 Jun 2023 12:09:28 -0400 Subject: [PATCH] Update template.offline.js Quote jw_depth string. --- orcinus/js/template.offline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orcinus/js/template.offline.js b/orcinus/js/template.offline.js index 69efd85..c817373 100644 --- a/orcinus/js/template.offline.js +++ b/orcinus/js/template.offline.js @@ -22,7 +22,7 @@ let os_rdata = { let os_odata = { s_weights: {{{s_weights}}}, - jw_depth: {{jw_depth}} + jw_depth: '{{jw_depth}}' }; Object.keys(os_odata.s_weights).forEach(key => {