Skip to content

Commit

Permalink
Update src/js/tabs/adjustments.js
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Dec 23, 2024
1 parent 7c76818 commit a801568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tabs/adjustments.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ adjustments.cleanup = function (callback) {

adjustments.adjust_template = function () {
const selectFunction = $('#functionSelectionSelect');
const elementsNumber = 32; // 'LED Dimmer' are the last adjustmentsFunction
const elementsNumber = 32; // 'LED Dimmer' is the last adjustmentsFunction

for (let i = 0; i < elementsNumber; i++) {
selectFunction.append(new Option(i18n.getMessage(`adjustmentsFunction${i}`), i));
Expand Down

0 comments on commit a801568

Please sign in to comment.