From 75126408f92f2649361efd7c80f423dad957fe53 Mon Sep 17 00:00:00 2001 From: Uku Taht Date: Wed, 21 Apr 2021 16:58:05 +0300 Subject: [PATCH] New script name --- lib/plausible_web/templates/layout/_tracking.html.eex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plausible_web/templates/layout/_tracking.html.eex b/lib/plausible_web/templates/layout/_tracking.html.eex index e371d1c99..db79f3604 100644 --- a/lib/plausible_web/templates/layout/_tracking.html.eex +++ b/lib/plausible_web/templates/layout/_tracking.html.eex @@ -1,4 +1,4 @@ <%= if !Application.get_env(:plausible, :is_selfhost) && !@conn.assigns[:skip_plausible_tracking] do %> - + <% end %>