🎨 Fix language injection

This commit is contained in:
Pierre Goiffon
2021-12-10 15:24:16 +01:00
parent 10cfb373f2
commit 76c139253e

View File

@@ -430,7 +430,7 @@ EOF
$sAddButtonEndpoint = str_replace('-sMode-', 'from-attribute', $this->oField->GetSearchEndpoint());
// - Output
$oOutput->AddJs(
<<<EOF
<<<JS
// Handles items selection/deselection
// - Remove button state handler
var updateRemoveButtonState_{$this->oField->GetGlobalId()} = function()
@@ -527,7 +527,7 @@ EOF
);
oModalElem.modal('show');
});
EOF
JS
);
}
}