From: Andrew Engelbrecht <andrew@fsf.org>
Date: Sat, 19 Mar 2022 01:31:55 +0000 (-0400)
Subject: remove unused / uneeded js inclues
X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=refs%2Fheads%2F2022-dev;p=libreplanet-static.git

remove unused / uneeded js inclues

this was printing an error message on some pages
---

diff --git a/2022/safe-space-policy/index.html b/2022/safe-space-policy/index.html
index 88c811e2..63da60db 100755
--- a/2022/safe-space-policy/index.html
+++ b/2022/safe-space-policy/index.html
@@ -36,5 +36,4 @@
 <!--#include virtual="/2022/includes/footer.html"-->
 <!--#include virtual="/2022/includes/common_js.html"-->
 <!--#include virtual="/2022/includes/safe_space_js.html"-->
-<!--#include virtual="/2022/includes/ahp_js.html"-->
 <!--#include virtual="/2022/includes/close.html" -->
diff --git a/2022/speakers/index.html b/2022/speakers/index.html
index f633188a..0744d62f 100755
--- a/2022/speakers/index.html
+++ b/2022/speakers/index.html
@@ -11,7 +11,6 @@
 </div>
 	<!--#include virtual="/2022/includes/footer.html"-->
 	<!--#include virtual="/2022/includes/common_js.html"-->
-	<!--#include virtual="/2022/includes/speakers_js.html"-->
 	<script type="text/javascript">
 	$("#speakers").addClass("active").text("Speakers");
 	</script>