- Issue created by @johnv
- 🇳🇱Netherlands johnv
Below the list of selected links. you see that link classes are concatenated TO 'js-office-hours-add-link', hence the wrong results.
0: a#edit-field-officehours2-office-hours-0-value-0-operations-data-add.js-office-hours-add-link.office-hours-link 1: a#edit-field-officehours2-office-hours-0-value-0-operations-data-delete.js-office-hours-add-link.office-hours-link.js-office-hours-delete-link 2: a#edit-field-officehours2-office-hours-0-value-0-operations-data-copy.js-office-hours-add-link.office-hours-link.js-office-hours-delete-link.js-office-hours-copy-link 3: a#edit-field-officehours2-office-hours-0-value-2-operations-data-add.js-office-hours-add-link.office-hours-link 4: a#edit-field-officehours2-office-hours-0-value-2-operations-data-delete.js-office-hours-add-link.office-hours-link.js-office-hours-delete-link 5: a#edit-field-officehours2-office-hours-0-value-2-operations-data-copy.js-office-hours-add-link.office-hours-link.js-office-hours-delete-link.js-office-hours-copy-link 6: a#edit-field-officehours2-office-hours-0-value-4-operations-data-add.js-office-hours-add-link.office-hours-link 7: a#edit-field-officehours2-office-hours-0-value-4-operations-data-delete.js-office-hours-add-link.office-hours-link.js-office-hours-delete-link [...]
- 🇳🇱Netherlands johnv
The proposed patch inserts
$(document).ready(function ()
to the top of the document. This function is already present.
So preparing the current code to have a cleaner changing patch, by only moving code, not changing anything. - Status changed to Fixed
about 1 year ago 3:55pm 12 January 2024 Automatically closed - issue fixed for 2 weeks with no activity.