Restore content from fix-ci-finally
This commit is contained in:
@@ -425,10 +425,8 @@ function initNewChoice(select: HTMLInputElement) {
|
||||
maxItemText: (maxItemCount) => {
|
||||
return `Nur ${maxItemCount} Ruderer können hinzugefügt werden`;
|
||||
},
|
||||
callbackOnInit: function (this: Choices) {
|
||||
const items = this.getValue(); // Get all selected items
|
||||
const itemsArray = Array.isArray(items) ? items : [items];
|
||||
itemsArray.forEach((obj: any) => {
|
||||
callbackOnInit: function () {
|
||||
this._currentState.items.forEach(function (obj) {
|
||||
if (boat_in_ottensheim && obj.customProperties) {
|
||||
if (obj.customProperties.is_racing) {
|
||||
const coxSelect = <HTMLSelectElement>(
|
||||
|
Reference in New Issue
Block a user