mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 19:00:00 +01:00
More Modules option removed. Placeholder text added (#996)
* More Modules option removed. Placeholder text added * 'A' changed to 'a' in placeholder text * Update examples/lib/intermediateHtmlStepUi.js Suggested update Co-Authored-By: teisenhower <47988669+teisenhower@users.noreply.github.com>
This commit is contained in:
@@ -118,8 +118,8 @@ function IntermediateHtmlStepUi(_sequencer, step, options) {
|
||||
sortField: 'text'
|
||||
});
|
||||
$(step.ui.querySelector('.inserDiv .add-step-btn')).prop('disabled', true);
|
||||
|
||||
insertStepSelect.append('<option value="none" disabled selected>More modules...</option>');
|
||||
|
||||
insertStepSelect.append('<option value="" disabled selected>Select a Module</option>');
|
||||
$(step.ui.querySelector('.insertDiv .radio-group .radio')).on("click", function () {
|
||||
$(this).parent().find('.radio').removeClass('selected');
|
||||
$(this).addClass('selected');
|
||||
|
||||
Reference in New Issue
Block a user