diff --git a/static/js/app.js b/static/js/app.js index 7668da0..39cffad 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -551,9 +551,12 @@ function showSmartFixModal(mediaType, options) { if (!modal || !title || !content) { console.error('❌ SMART FIX: Modal elements not found!', {modal, title, content}); + alert('Smart Fix modal not found - check console for details'); return; } + console.log('✅ SMART FIX: Modal elements found, proceeding to show Smart Fix modal'); + if (mediaType === 'movie') { title.textContent = `Fix Date for Movie: ${options.imdb_id}`; } else {