mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-31 11:49:01 +08:00
client: correct class names
This commit is contained in:
parent
79b1d01267
commit
603ae47225
@ -281,11 +281,11 @@ async function getNoteTitleWithPathAsSuffix(notePath) {
|
||||
$notePath.append($(`<span>`).text(path[segmentIndex]));
|
||||
|
||||
if (segmentIndex < path.length - 1) {
|
||||
$notePath.append($(`<span class="path-bracket">`).text(" / "));
|
||||
$notePath.append($(`<span class="path-delimiter">`).text(" / "));
|
||||
}
|
||||
}
|
||||
|
||||
$notePath.append($(`<span class="path-wrapper">)</span>)`));
|
||||
$notePath.append($(`<span class="path-bracket">)</span>)`));
|
||||
|
||||
$titleWithPath.append($notePath);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user