style: Minor style modifications

This commit is contained in:
2026-05-21 20:50:06 +02:00
parent b47d99ba2b
commit beabd7b1f6
3 changed files with 23 additions and 31 deletions
-1
View File
@@ -139,7 +139,6 @@ impl Template {
const parsedData = eval({scraper} || "(() => ({}))");
const template = Handlebars.compile({template});
const rendered = template(parsedData);
console.log("Rendered template:", rendered);
const targetElement = document.querySelector({replace_selector});
const temp = document.createElement('template');