mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 10:49:59 +01:00
Show 'Press save to see changes' next to each step's 'Save' button (#329)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user