mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
prefixes are now displayed also in all autocompletes and recent notes
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user