diff options
Diffstat (limited to 'html/DOM_helpers.js')
-rw-r--r-- | html/DOM_helpers.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/DOM_helpers.js b/html/DOM_helpers.js index 392299f..01e2be9 100644 --- a/html/DOM_helpers.js +++ b/html/DOM_helpers.js @@ -42,7 +42,7 @@ function clone_template(template_id) result_object[template_key] = element; element.removeAttribute("id"); - element.removeAttribute("template_key"); + element.removeAttribute("data-template"); for (const child of element.children) to_process.push(child); |