1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-17 19:29:28 +01:00
This commit is contained in:
anonish 2015-02-08 22:14:17 -06:00
parent b6151bee51
commit d69e0e6fcc

View File

@ -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");