Skip to content

Commit

Permalink
Show 'Press save to see changes' next to each step's 'Save' button (#329
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Mridul97 authored and jywarren committed Sep 5, 2018
1 parent 0638a1c commit b707592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lib/defaultHtmlStepUi.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function DefaultHtmlStepUi(_sequencer, options) {
$(step.ui.querySelector(".target")).change(toggleSaveButton);

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

function saveOptions() {
Expand Down

0 comments on commit b707592

Please sign in to comment.