mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-04-18 01:36:49 +00:00
Fix hover title
This commit is contained in:
parent
2e353c9787
commit
8cf807d949
@ -212,7 +212,7 @@ function createDocCard(hit) {
|
|||||||
title.appendChild(document.createTextNode(hit["_source"]["name"] + extension));
|
title.appendChild(document.createTextNode(hit["_source"]["name"] + extension));
|
||||||
}
|
}
|
||||||
|
|
||||||
title.setAttribute("title", hit["_source"]["path"] + hit["_source"]["name"] + extension);
|
title.setAttribute("title", hit["_source"]["path"] + "/" + hit["_source"]["name"] + extension);
|
||||||
docCard.appendChild(title);
|
docCard.appendChild(title);
|
||||||
|
|
||||||
let tagContainer = document.createElement("div");
|
let tagContainer = document.createElement("div");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user