From 23e4c08da164ca01277e433c3bd86af5c3e11c81 Mon Sep 17 00:00:00 2001 From: Igor Biki <ibiki@uwaterloo.ca> Date: Mon, 13 Jul 2020 12:27:19 -0400 Subject: [PATCH] ISTWCMS-3831: Adding whos-online block js to gesso. --- source/_meta/_01-foot.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_meta/_01-foot.twig b/source/_meta/_01-foot.twig index b41855e4..a99ec4c6 100644 --- a/source/_meta/_01-foot.twig +++ b/source/_meta/_01-foot.twig @@ -14,6 +14,7 @@ <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js?{{ cacheBuster }}"></script> <script src="../../../source/_patterns/04-components/facts-and-figures/facts-and-figures.js?{{ cacheBuster }}"></script> <script src="../../../source/_patterns/04-components/expand-collapse/expand-collapse.js?{{ cacheBuster }}"></script> + <script src="../../../source/_patterns/04-components/whos-online/whos-online.js?{{ cacheBuster }}"></script> <!--DO NOT REMOVE--> {{ patternLabFoot | raw }} -- GitLab