From c1853670f153c4a35d9a89df4c4d550170bb64ed Mon Sep 17 00:00:00 2001 From: Sanjay Kumar Srikakulam Date: Fri, 28 Jun 2024 11:59:08 +0000 Subject: [PATCH] update plausible script name in mako templates --- lib/tool_shed/webapp/templates/galaxy_client_app.mako | 2 +- templates/galaxy_client_app.mako | 2 +- templates/js-app.mako | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/tool_shed/webapp/templates/galaxy_client_app.mako b/lib/tool_shed/webapp/templates/galaxy_client_app.mako index a8ed317e27bf..846fcc7f60f9 100644 --- a/lib/tool_shed/webapp/templates/galaxy_client_app.mako +++ b/lib/tool_shed/webapp/templates/galaxy_client_app.mako @@ -72,7 +72,7 @@ ${ h.dumps( dictionary, indent=( 2 if trans.debug else 0 ) ) } <%def name="config_plausible_analytics(plausible_server, plausible_domain)"> %if plausible_server and plausible_domain: - + %else: %endif diff --git a/templates/galaxy_client_app.mako b/templates/galaxy_client_app.mako index 504b3300e2b1..caec938bbe89 100644 --- a/templates/galaxy_client_app.mako +++ b/templates/galaxy_client_app.mako @@ -73,7 +73,7 @@ ${ h.dumps( dictionary, indent=( 2 if trans.debug else 0 ) ) } <%def name="config_plausible_analytics(plausible_server, plausible_domain)"> %if plausible_server and plausible_domain: - + %else: