restore-fix-ci #1138

Merged
philipp merged 7 commits from restore-fix-ci into staging 2025-10-02 00:35:30 +02:00
Showing only changes of commit 9203c61541 - Show all commits

View File

@@ -425,8 +425,8 @@ function initNewChoice(select: HTMLInputElement) {
maxItemText: (maxItemCount) => {
return `Nur ${maxItemCount} Ruderer können hinzugefügt werden`;
},
callbackOnInit: function () {
this._currentState.items.forEach(function (obj) {
callbackOnInit: function (this: Choices) {
this._currentState.items.forEach(function (obj: any) {
if (boat_in_ottensheim && obj.customProperties) {
if (obj.customProperties.is_racing) {
const coxSelect = <HTMLSelectElement>(