mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 21:29:11 +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) {
|
function copyShareLink(event, automationId, subject, crontime, queryToRun) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
|
|||||||
Reference in New Issue
Block a user