update deps, fix ci #1134

Merged
philipp merged 3 commits from no-ergo into main 2025-10-01 22:41:43 +02:00
Showing only changes of commit 9203c61541 - Show all commits

View File

@@ -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>(