mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 19:00:00 +01:00
Change button text (#505)
This commit is contained in:
committed by
Jeffrey Warren
parent
ddf4bd0dae
commit
5af30d9046
@@ -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' >Save</button><span> Press save to see changes</span></p>"
|
||||
"<p><button class='btn btn-default btn-save' disabled = 'true' >Apply</button><span> Press save to see changes</span></p>"
|
||||
);
|
||||
|
||||
function focusInput(){
|
||||
|
||||
Reference in New Issue
Block a user