remove all alert() usages, fixes #3086

This commit is contained in:
zadam
2022-08-24 23:20:05 +02:00
parent e70a7bad1a
commit 24286c2a6c
8 changed files with 19 additions and 19 deletions

View File

@@ -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);
}