WynnCustom Item Display Fix (#228)
displaysq2ExpandedItem is undefined. Replacing it with displayExpandedItem (defined in display.js) works.
This commit is contained in:
parent
73bc5e469e
commit
22db760aa9
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ function calculateCustom() {
|
|||
player_custom_item.setHash(custom_str);
|
||||
|
||||
|
||||
displaysq2ExpandedItem(player_custom_item.statMap, "custom-stats");
|
||||
displayExpandedItem(player_custom_item.statMap, "custom-stats");
|
||||
|
||||
}catch (error) {
|
||||
//The error elements no longer exist in the page. Add them back if needed.
|
||||
|
|
Loading…
Reference in a new issue