From 8b9c26c4687f974ba39fb0ac10361dde99392f02 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Sat, 1 Jun 2024 12:54:43 +0530 Subject: [PATCH] Remove unused method --- src/khoj/interface/web/config_automation.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/khoj/interface/web/config_automation.html b/src/khoj/interface/web/config_automation.html index ef19ddd0..36da8cfc 100644 --- a/src/khoj/interface/web/config_automation.html +++ b/src/khoj/interface/web/config_automation.html @@ -357,11 +357,6 @@ }) } - function closeShareModal(automationId) { - const modal = document.getElementById(`share-modal-${automationId}`); - modal.remove(); - } - function copyShareLink(event, automationId, subject, crontime, queryToRun) { event.preventDefault(); event.stopPropagation();