From 118fb9935dc3a8d8b30e1ad42abf22898a525e65 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Mon, 30 Oct 2023 23:01:13 +0000 Subject: [PATCH] Add bugherd javascript to site --- app/views/_tailwind/application/_html_head.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/_tailwind/application/_html_head.html.erb b/app/views/_tailwind/application/_html_head.html.erb index b19824d44..aafa4d70a 100644 --- a/app/views/_tailwind/application/_html_head.html.erb +++ b/app/views/_tailwind/application/_html_head.html.erb @@ -12,3 +12,5 @@ <%= javascript_include_tag "https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js", defer: true %> <%= javascript_include_tag "tailwind/application" %> +<%# TODO: Remove this once we don't need bugherd anymore (or don't want to pay for it) %> + \ No newline at end of file