more generic handling of links to note

This commit is contained in:
azivner
2017-11-04 17:03:15 -04:00
parent c723bfc3ac
commit 819ae7c4c0
8 changed files with 118 additions and 103 deletions

View File

@@ -9,6 +9,8 @@ const settings = (function() {
}
async function showDialog() {
glob.activeDialog = dialogEl;
const settings = await $.ajax({
url: baseApiUrl + 'settings',
type: 'GET',