Skip to content

Commit

Permalink
Update defaultHtmlSequencerUi.js
Browse files Browse the repository at this point in the history
Fixed Module Selector dropdown showing error in console publiclab#1531
  • Loading branch information
bajajvinamr authored Sep 3, 2020
1 parent c0b9f88 commit e024352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lib/defaultHtmlSequencerUi.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function DefaultHtmlSequencerUi(_sequencer, options) {
function selectNewStepUi() {
var m = $(addStepSel + ' select').val();
if(!m) m = arguments[0];
$(addStepSel + ' .info').html(_sequencer.modulesInfo(m).description);
else $(addStepSel + ' .info').html(_sequencer.modulesInfo(m).description);
$(addStepSel + ' #add-step-btn').prop('disabled', false);
}

Expand Down

0 comments on commit e024352

Please sign in to comment.