We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a473d67 commit 88d46caCopy full SHA for 88d46ca
src/module/hooks.js
@@ -15,7 +15,7 @@ export default class PolyglotHooks {
15
if (setting) game.polyglot.tomSelect.enable();
16
else game.polyglot.tomSelect.disable();
17
});
18
- html.querySelector(".chat-controls").insertAdjacentElement("afterend", polyglotDiv);
+ html.querySelector("#chat-controls").insertAdjacentElement("afterend", polyglotDiv);
19
html.querySelector(".polyglot-lang-select select").addEventListener("change", (ev) => {
20
const lang = ev.target.value;
21
game.polyglot.lastSelection = lang;
0 commit comments