mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
Remove unused method
This commit is contained in:
parent
5ec641837a
commit
8b9c26c468
1 changed files with 0 additions and 5 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue