mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 21:29:13 +00:00
Remove unused method
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user