diff --git a/js/expand-video.js b/js/expand-video.js index 57612e14..2f1e8713 100644 --- a/js/expand-video.js +++ b/js/expand-video.js @@ -137,9 +137,9 @@ function setupVideo(thumb, url) { var pageType = window.active_page; var pageURL = isMod?window.location.href:window.location.pathname; var jsonURL; - console.log("vidName = "+vidName); var thisThread; var thisPost; + console.log("vidName = "+vidName); if (pageType==="thread") { jsonURL = pageURL.replace(/\.html$/, ".json");