From d65e44450e1cd891846cbe86d6fec7e96418e964 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Mon, 26 Jun 2023 18:53:16 -0400 Subject: [PATCH] Pipedrive templates. Backed up google apps scripts stuff. --- .../Pipedrive Learn - CRM/_video_tutorial_cover.html.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Custom_Templates/customer_templates/Pipedrive Learn - CRM/_video_tutorial_cover.html.liquid b/Custom_Templates/customer_templates/Pipedrive Learn - CRM/_video_tutorial_cover.html.liquid index ef3edd3e..69369339 100644 --- a/Custom_Templates/customer_templates/Pipedrive Learn - CRM/_video_tutorial_cover.html.liquid +++ b/Custom_Templates/customer_templates/Pipedrive Learn - CRM/_video_tutorial_cover.html.liquid @@ -18,7 +18,7 @@ {{ course.name }}
- {{ course.full_description | strip_html }} + {{ course.full_description }}
@@ -176,7 +176,7 @@ suggestedWrapper.parentElement.remove(); } } - + addEventListener("DOMContentLoaded", () => { document.querySelector('#side-menu-tutorials')?.classList.add('side-menu-link-active'); document.querySelector('.header-navigation-item[href="/app/video-tutorials"]')?.classList.add('header-navigation-item-active');