mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
refactoring of legacy js events
This commit is contained in:
@@ -49,7 +49,7 @@ async function sendForm() {
|
||||
$importTextarea.val('');
|
||||
}
|
||||
|
||||
$importButton.click(sendForm);
|
||||
$importButton.on('click', sendForm);
|
||||
|
||||
$dialog.on('shown.bs.modal', () => $importTextarea.focus());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user