diff --git a/static/js/journey.js b/static/js/journey.js index 04fb506..53086a8 100644 --- a/static/js/journey.js +++ b/static/js/journey.js @@ -167,8 +167,8 @@ document.addEventListener('DOMContentLoaded', function() { storyPage.appendChild(storyContainer); storyPage.appendChild(storyThread); - // Replace the original container content with the new structure - container.innerHTML = ''; + // Replace the original container content with the new structure - KEEP ORIGINAL CONTENT + // container.innerHTML = ''; container.appendChild(storyPage); console.log('Story conversion completed with', sections.length, 'year sections');