@@ -584,7 +584,7 @@ <h3 class="mb-0">Termine Zeitladen</h3>
584584 < span class ="charge-point-time-charge-name "> --</ span >
585585 </ div >
586586 < div class ="col-lg-6 text-right ">
587- < span class ="charge-point-time-charge-pill charge-point-time-charge-active cursor-pointer border rounded p-1 ">
587+ < span class ="charge-point-time-charge-pill cursor-pointer border rounded p-1 ">
588588 < span class ="charge-point-time-charge-frequency ">
589589 < i class ="fas fa-calendar-alt "> </ i >
590590 < span class ="charge-point-time-charge-frequency-value "> --</ span >
@@ -1000,7 +1000,7 @@ <h3 class="mb-0">Einstellungen für "Ziel"</h3>
10001000 < span class ="charge-point-schedule-name "> --</ span >
10011001 </ div >
10021002 < div class ="col-lg-6 text-right ">
1003- < span class ="charge-point-schedule-plan-pill charge-point-schedule-active cursor-pointer border rounded p-1 ">
1003+ < span class ="charge-point-schedule-plan-pill cursor-pointer border rounded p-1 ">
10041004 < span class ="charge-point-schedule-frequency ">
10051005 < i class ="fas fa-calendar-alt "> </ i >
10061006 < span class ="charge-point-schedule-frequency-value "> --</ span >
@@ -1637,7 +1637,7 @@ <h4 class="modal-title">
16371637 const object = "chargeTemplate" ;
16381638 const objectPath = "time_charging.plans." + planId + ".active" ;
16391639 const topic = "openWB/set/chargepoint/" + chargePointIndex + "/set/charge_template" ;
1640- const option = ! $ ( this ) . hasClass ( 'charge-point-time-charge -active' ) ;
1640+ const option = ! $ ( this ) . hasClass ( 'charge-point-plan-pill -active' ) ;
16411641 if ( typeof window [ object ] !== undefined && window [ object ] [ chargePointIndex ] !== undefined ) {
16421642 let currentObjectState = JSON . parse ( JSON . stringify ( window [ object ] [ chargePointIndex ] ) ) ;
16431643 currentObjectState = updateObject ( currentObjectState , objectPath , option ) ;
@@ -1670,7 +1670,7 @@ <h4 class="modal-title">
16701670 const object = "chargeTemplate" ;
16711671 const objectPath = "chargemode.scheduled_charging.plans." + planId + ".active" ;
16721672 const topic = "openWB/set/chargepoint/" + chargePointIndex + "/set/charge_template" ;
1673- const option = ! $ ( this ) . hasClass ( 'charge-point-schedule -active' ) ;
1673+ const option = ! $ ( this ) . hasClass ( 'charge-point-plan-pill -active' ) ;
16741674 if ( typeof window [ object ] !== undefined && window [ object ] [ chargePointIndex ] !== undefined ) {
16751675 let currentObjectState = JSON . parse ( JSON . stringify ( window [ object ] [ chargePointIndex ] ) ) ;
16761676 currentObjectState = updateObject ( currentObjectState , objectPath , option ) ;
0 commit comments