Skip to content

Commit

Permalink
fixes console error module selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ss62171 committed Jan 21, 2020
1 parent 9b09077 commit db9454e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/lib/defaultHtmlSequencerUi.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ function DefaultHtmlSequencerUi(_sequencer, options) {

function selectNewStepUi() {
var m = $(addStepSel + ' select').val();
if(!m) m = arguments[0];
else
if(m)
$(addStepSel + ' .info').html(_sequencer.modulesInfo(m).description);
$(addStepSel + ' #add-step-btn').prop('disabled', false);
}
Expand Down

0 comments on commit db9454e

Please sign in to comment.