mirror of
https://gitlab.com/mickie1/share-freedom-extension
synced 2025-06-27 09:03:15 +02:00
Fix single quotes in saveButton const.
This commit is contained in:
@ -18,7 +18,7 @@ items.forEach((value) => {
|
|||||||
containerItems.insertAdjacentHTML('beforeend', html);
|
containerItems.insertAdjacentHTML('beforeend', html);
|
||||||
});
|
});
|
||||||
|
|
||||||
const saveButton = `<button class="btn-save" type="submit">Save changes</button>`;
|
const saveButton = '<button class="btn-save" type="submit">Save changes</button>';
|
||||||
containerItems.insertAdjacentHTML('beforeend', saveButton);
|
containerItems.insertAdjacentHTML('beforeend', saveButton);
|
||||||
|
|
||||||
function saveOptions() {
|
function saveOptions() {
|
||||||
|
Reference in New Issue
Block a user