mirror of
https://github.com/simon987/sist2.git
synced 2025-12-11 14:38:54 +00:00
sidecar files #114, version bump
This commit is contained in:
@@ -168,7 +168,7 @@ window.onload = () => {
|
||||
};
|
||||
|
||||
function saveTag(tag, hit) {
|
||||
const relPath = hit["_source"]["path"] + "/" + hit["_source"]["name"] + ext(hit);
|
||||
const relPath = hit["_source"]["path"] + (hit["_source"]["path"] ? "/" : "") + hit["_source"]["name"] + ext(hit);
|
||||
|
||||
return $.jsonPost("/tag/" + hit["_source"]["index"], {
|
||||
delete: false,
|
||||
|
||||
Reference in New Issue
Block a user