From d69e0e6fccc592492e49cdea412034e42da611c7 Mon Sep 17 00:00:00 2001 From: anonish Date: Sun, 8 Feb 2015 22:14:17 -0600 Subject: [PATCH] test 2 --- js/expand-video.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");