mirror of
https://github.com/Circlepuller/Tinyboard.git
synced 2025-01-17 05:18:28 +01:00
more work on containerchan
This commit is contained in:
parent
e99c638e26
commit
97792ff387
@ -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";
|
||||
|
Before Width: | Height: | Size: 67 B After Width: | Height: | Size: 67 B |
Loading…
x
Reference in New Issue
Block a user