prefixes are now displayed also in all autocompletes and recent notes

This commit is contained in:
azivner
2017-11-29 22:03:03 -05:00
parent 69f77ac439
commit 8bd76721ad
7 changed files with 36 additions and 38 deletions

View File

@@ -67,7 +67,7 @@ const server = (function() {
}
return await $.ajax(options).catch(e => {
showError("Error when calling " + method + " " + url + ": " + e);
showError("Error when calling " + method + " " + url + ": " + e.status + " - " + e.statusText);
});
}