From 97792ff38732274e906071e72902db3b83df9f61 Mon Sep 17 00:00:00 2001 From: czaks Date: Sun, 6 Apr 2014 21:39:33 +0200 Subject: [PATCH] more work on containerchan --- js/expand-video.js | 2 +- {containerchan => js/webm}/playersettings.js | 0 {containerchan => static}/collapse.gif | Bin {containerchan => stylesheets/webm}/playerstyle.css | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename {containerchan => js/webm}/playersettings.js (100%) rename {containerchan => static}/collapse.gif (100%) rename {containerchan => stylesheets/webm}/playerstyle.css (100%) diff --git a/js/expand-video.js b/js/expand-video.js index 27438427..96427667 100644 --- a/js/expand-video.js +++ b/js/expand-video.js @@ -41,7 +41,7 @@ function setupVideo(thumb, url) { video.innerText = "Your browser does not support HTML5 video."; videoHide = document.createElement("img"); - videoHide.src = configRoot + "cc/collapse.gif"; + videoHide.src = configRoot + "static/collapse.gif"; videoHide.alt = "[ - ]"; videoHide.title = "Collapse video"; videoHide.style.marginLeft = "-15px"; diff --git a/containerchan/playersettings.js b/js/webm/playersettings.js similarity index 100% rename from containerchan/playersettings.js rename to js/webm/playersettings.js diff --git a/containerchan/collapse.gif b/static/collapse.gif similarity index 100% rename from containerchan/collapse.gif rename to static/collapse.gif diff --git a/containerchan/playerstyle.css b/stylesheets/webm/playerstyle.css similarity index 100% rename from containerchan/playerstyle.css rename to stylesheets/webm/playerstyle.css