parent
418f25d85b
commit
ce57040d6f
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ function displayExpandedItem(item, parent_id){
|
||||||
if (item.get("custom")) {
|
if (item.get("custom")) {
|
||||||
item_link = "../custom/#" + item.get("hash");
|
item_link = "../custom/#" + item.get("hash");
|
||||||
} else if (item.get("crafted")) {
|
} else if (item.get("crafted")) {
|
||||||
a_item_link = "../crafter/#" + item.get("hash");
|
item_link = "../crafter/#" + item.get("hash");
|
||||||
} else {
|
} else {
|
||||||
item_link = "../item/#" + item.get("displayName");
|
item_link = "../item/#" + item.get("displayName");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue