Skip to content

Commit

Permalink
Update defaultHtmlSequencerUi.js (#1712)
Browse files Browse the repository at this point in the history
Fixed Module Selector dropdown showing error in console #1531

Co-authored-by: Jeffrey Warren <jeff@unterbahn.com>
  • Loading branch information
bajajvinamr and jywarren authored Oct 1, 2020
1 parent b95af76 commit 8a929c4
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 8a929c4

Please sign in to comment.