restore-fix-ci #1138
@@ -425,8 +425,8 @@ function initNewChoice(select: HTMLInputElement) {
|
|||||||
maxItemText: (maxItemCount) => {
|
maxItemText: (maxItemCount) => {
|
||||||
return `Nur ${maxItemCount} Ruderer können hinzugefügt werden`;
|
return `Nur ${maxItemCount} Ruderer können hinzugefügt werden`;
|
||||||
},
|
},
|
||||||
callbackOnInit: function () {
|
callbackOnInit: function (this: Choices) {
|
||||||
this._currentState.items.forEach(function (obj) {
|
this._currentState.items.forEach(function (obj: any) {
|
||||||
if (boat_in_ottensheim && obj.customProperties) {
|
if (boat_in_ottensheim && obj.customProperties) {
|
||||||
if (obj.customProperties.is_racing) {
|
if (obj.customProperties.is_racing) {
|
||||||
const coxSelect = <HTMLSelectElement>(
|
const coxSelect = <HTMLSelectElement>(
|
||||||
|
Reference in New Issue
Block a user