mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
remove all alert() usages, fixes #3086
This commit is contained in:
@@ -513,8 +513,6 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
||||
if (isHoistedNote) {
|
||||
const $unhoistButton = $('<span class="tree-item-button unhoist-button bx bx-door-open" title="Unhoist"></span>');
|
||||
|
||||
$unhoistButton.on('click', () => alert("bebe"));
|
||||
|
||||
$span.append($unhoistButton);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user