Skip to content

Commit

Permalink
Support sidebar qualities that were acquired after page load.
Browse files Browse the repository at this point in the history
  • Loading branch information
lensvol committed Jan 10, 2023
1 parent 59d3bd4 commit 9a0fae9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions inject.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,13 @@
entityId: associatedQuality.id,
filterCategories: ["Quality", "Item", "World Quality"],
})
} else {
window.postMessage({
action: "openInFLWiki",
title: icon.alt,
entityId: null,
filterCategories: ["Quality", "Item", "World Quality"],
})
}
}
}
Expand Down

0 comments on commit 9a0fae9

Please sign in to comment.