diff --git a/docs/src/script.js b/docs/src/script.js
index a154389..920284f 100644
--- a/docs/src/script.js
+++ b/docs/src/script.js
@@ -319,7 +319,6 @@ generateScene = () => {
let templateName = document.getElementById('imagescene-template').value;
let templatePath = '../templates/' + templateName + '.svg';
- /*
// Fetch template content
fetch(templatePath)
.then(response => {
@@ -339,10 +338,9 @@ generateScene = () => {
.catch(error => {
console.error('Fetch error:', error);
});
- */
// TEMPORARY: Usage of a dummy code
- let templateContent = '';
+ // let templateContent = '';
// Replace placeholders
templateContent = templateContent.replace(/\$URL/g, url);