mirror of
https://github.com/aelve/guide.git
synced 2024-12-26 14:23:14 +03:00
Expand notes when linked directly to item
This commit is contained in:
parent
d43aa8137f
commit
ecc18fe0db
@ -314,6 +314,10 @@ expandHash =
|
|||||||
if (hash.slice(0,12) == "#item-notes-") {
|
if (hash.slice(0,12) == "#item-notes-") {
|
||||||
itemId = hash.slice(12);
|
itemId = hash.slice(12);
|
||||||
expandItemNotes(itemId);
|
expandItemNotes(itemId);
|
||||||
|
} else
|
||||||
|
if (hash.slice(0,6) == "#item-") {
|
||||||
|
itemId = hash.slice(6);
|
||||||
|
expandItemNotes(itemId);
|
||||||
}
|
}
|
||||||
|]
|
|]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user