Skip to content

Fix: Call window.updateItemInfo to use wrapped version#26

Merged
saesarandom merged 1 commit intomainfrom
claude/fix-window-updateiteminfo-011CUvVccFSpzzRnkKVj4Q4v
Nov 8, 2025
Merged

Fix: Call window.updateItemInfo to use wrapped version#26
saesarandom merged 1 commit intomainfrom
claude/fix-window-updateiteminfo-011CUvVccFSpzzRnkKVj4Q4v

Conversation

@saesarandom
Copy link
Copy Markdown
Owner

  • The function was defined as 'function updateItemInfo' creating a local reference
  • Event listeners were calling updateItemInfo() directly, bypassing runeword.js wrapper
  • This prevented the actual function from executing for Biggin's Bonnet and other items
  • Changed to call window.updateItemInfo() to use the properly wrapped version
  • Now dynamic item descriptions (like Biggin's Bonnet) will populate correctly

- The function was defined as 'function updateItemInfo' creating a local reference
- Event listeners were calling updateItemInfo() directly, bypassing runeword.js wrapper
- This prevented the actual function from executing for Biggin's Bonnet and other items
- Changed to call window.updateItemInfo() to use the properly wrapped version
- Now dynamic item descriptions (like Biggin's Bonnet) will populate correctly
@saesarandom saesarandom merged commit a6d9863 into main Nov 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants