mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
refactoring of legacy js events
This commit is contained in:
@@ -137,7 +137,7 @@ $("#switch-to-desktop-button").on('click', () => {
|
||||
});
|
||||
|
||||
$("#log-out-button").on('click', () => {
|
||||
$("#logout-form").submit();
|
||||
$("#logout-form").trigger('submit');
|
||||
});
|
||||
|
||||
// this is done so that startNotePath is not used
|
||||
|
||||
Reference in New Issue
Block a user