Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MxtOUT committed May 30, 2024
1 parent 5e13954 commit 9d5fc4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default class FShowGemsCost extends Feature<CBoosterCreator> {
const boosterData = await (new Promise(resolve => {
// @ts-ignore
document.addEventListener("as_boosterData", (e: CustomEvent) => resolve(e.detail), {once: true});
DOMHelper.insertScript("scriptlet/Community/BoosterCreator/boosterData.js");
DOMHelper.insertScript("scriptlets/Community/BoosterCreator/boosterData.js");
}));

// Localized string of "(quantifier) + Gems"
Expand Down

0 comments on commit 9d5fc4e

Please sign in to comment.