Skip to content

Commit

Permalink
Update defaultHtmlStepUi.js (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
pomyo authored and jywarren committed Dec 7, 2018
1 parent 753e73f commit 1ae20b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/lib/defaultHtmlStepUi.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function DefaultHtmlStepUi(_sequencer, options) {
$(step.ui.querySelectorAll(".target")).on('change',toggleSaveButton);

$(step.ui.querySelector("div.details")).append(
"<p><button class='btn btn-default btn-save' disabled = 'true' >Apply</button><span> Press save to see changes</span></p>"
"<p><button class='btn btn-default btn-save' disabled = 'true' >Apply</button><span> Press apply to see changes</span></p>"
);

function focusInput(){
Expand Down Expand Up @@ -236,4 +236,4 @@ function DefaultHtmlStepUi(_sequencer, options) {
onRemove: onRemove,
onDraw: onDraw
}
}
}

0 comments on commit 1ae20b5

Please sign in to comment.