split templates into base and add url's
This commit is contained in:
parent
6afd48aa6e
commit
2112dfd8d9
6 changed files with 152 additions and 78 deletions
|
|
@ -36,6 +36,7 @@ function startEditMode(id){
|
|||
inputElem.value = placeholderText;
|
||||
inputElem.id = `vendor-input-${id}`
|
||||
vendor.appendChild(inputElem);
|
||||
inputElem.focus()
|
||||
}
|
||||
|
||||
document.addEventListener("DOMContentLoaded", (event) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue