replacement of jquery ui dialog for bootstrap modal for jump to note dialog, #203

This commit is contained in:
azivner
2018-11-06 15:25:07 +01:00
parent e62cca886c
commit 69d2bd8b58
4 changed files with 25 additions and 16 deletions

View File

@@ -13,11 +13,7 @@ async function showDialog() {
$autoComplete.val('');
$dialog.dialog({
modal: true,
width: 800,
position: { my: "center top+100", at: "top", of: window }
});
$dialog.modal();
await $autoComplete.autocomplete({
source: noteautocompleteService.autocompleteSource,