small fixes

This commit is contained in:
zadam
2019-06-12 19:59:52 +02:00
parent f2c497049b
commit c8049f0efe
6 changed files with 103 additions and 331 deletions

View File

@@ -32,7 +32,7 @@ async function showDialog() {
glob.activeDialog = $dialog;
// set default settings
$maxNotesInput.val(20);
$maxNotesInput.val(10);
LINK_TYPES.forEach(lt => $("#link-map-" + lt).prop('checked', true));
await libraryLoader.requireLibrary(libraryLoader.LINK_MAP);