re-enable direct term searching in localization
This commit is contained in:
parent
79f358f0be
commit
d90bc8e902
1 changed files with 2 additions and 1 deletions
|
@ -50,8 +50,9 @@ class windowman {
|
||||||
text_elements.forEach((text_element) => {
|
text_elements.forEach((text_element) => {
|
||||||
let text_inserted = texts.localized(
|
let text_inserted = texts.localized(
|
||||||
text_element.getAttribute(`data-text`),
|
text_element.getAttribute(`data-text`),
|
||||||
|
false,
|
||||||
text_element.hasAttribute(`data-text-parameter`)
|
text_element.hasAttribute(`data-text-parameter`)
|
||||||
? eval(text_element.getAttribute(`data-text-parameter`))
|
? text_element.getAttribute(`data-text-parameter`).split(",")
|
||||||
: null,
|
: null,
|
||||||
);
|
);
|
||||||
if (!text_inserted) {
|
if (!text_inserted) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue