From 40c295aa3709f049dbbc3999a904022847b5e499 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 29 Aug 2024 11:24:03 +0530 Subject: [PATCH] fix: slides rendering issue --- lms/www/batch/edit.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/www/batch/edit.js b/lms/www/batch/edit.js index d9e2d892..cbf191eb 100644 --- a/lms/www/batch/edit.js +++ b/lms/www/batch/edit.js @@ -49,9 +49,9 @@ const get_tools = () => { vimeo: true, codepen: true, slides: { - regex: /https:\/\/docs\.google\.com\/presentation\/d\/e\/([A-Za-z0-9_-]+)\/pub/, + regex: /https:\/\/docs\.google\.com\/presentation\/d\/([A-Za-z0-9_-]+)\/pub/, embedUrl: - "https://docs.google.com/presentation/d/e/<%= remote_id %>/embed", + "https://docs.google.com/presentation/d/<%= remote_id %>/embed", html: "", }, },