Skip to content

Commit 40d1fc2

Browse files
Lord-GreyCopilot
andauthored
LedDevice_philipshue.js aktualisieren
Co-authored-by: Copilot <[email protected]>
1 parent 8b1325f commit 40d1fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/webconfig/js/wizards/LedDevice_philipshue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ const philipshueWizard = (() => {
946946
topContainer_html += '</div><p><span style="font-weight:bold;color:red" id="wiz_hue_ipstate"></span><span style="font-weight:bold;" id="wiz_hue_discovered"></span></p>';
947947

948948
// Hidden fields
949-
topContainer_html += '<div class="form-group" id="bridgeid" style="display:none"></div>';
949+
topContainer_html += '<div class="form-group" style="display:none"><input type="hidden" id="bridgeid" name="bridgeid"></div>';
950950
topContainer_html += '<div class="form-group" id="usrcont" style="display:none"></div>';
951951

952952
$('#wh_topcontainer').append(topContainer_html);

0 commit comments

Comments
 (0)