Skip to content
Code-Schnipsel Gruppen Projekte
Commit 98f65a65 erstellt von Michael Danielczok's avatar Michael Danielczok
Dateien durchsuchen

Merge branch 'dev'

Übergeordnete f11feb52 8d7ee0c1
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
1 Merge Request!63Update 'next-2.x' with latest changes from 'main'
......@@ -232,6 +232,7 @@ define('qui/controls/buttons/Switch', [
this.$status = 1;
this.$activeColor = '#0069b4';
this.$Elm.set('data-status', this.$status);
if (!this.$loaded) {
return Promise.resolve();
......@@ -280,6 +281,7 @@ define('qui/controls/buttons/Switch', [
this.$status = 0;
this.$activeColor = '#ffffff';
this.$Elm.set('data-status', this.$status);
if (!this.$loaded) {
return Promise.resolve();
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren