mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-30 19:03:01 +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) {
|
function copyShareLink(event, automationId, subject, crontime, queryToRun) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
|
|
Loading…
Reference in a new issue