From d4008dc2148a40ea7b8b0165bc0f5c3406df1aab Mon Sep 17 00:00:00 2001 From: Mast3r_waf1z Date: Fri, 10 Nov 2023 23:01:31 +0100 Subject: [PATCH] re-added lines between videos --- scripts/videos.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/videos.js b/scripts/videos.js index 606805f..4f5e166 100644 --- a/scripts/videos.js +++ b/scripts/videos.js @@ -141,4 +141,5 @@ sections.forEach(section => { button.innerHTML = "video #"+index directButtonContainer.appendChild(button) } + master.appendChild(document.createElement("hr")) }) \ No newline at end of file