www.lurk.org

LURK www landing page
git clone https://git.lurk.org/repos/www.lurk.org.git
Log | Files | Refs

commit ab63a8955ccd12b7dec7f95979015da6f40ef4b9
parent 8e90f0399fddf79c472baf6aa4b26d441ef068af
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Sun Jul  5 00:53:17 +0200

https
Diffstat:
muc/xpubplayer.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/muc/xpubplayer.js b/muc/xpubplayer.js
@@ -7,7 +7,7 @@
       var element = document.createElement("div");
       element.setAttribute("id", "videoplayer");
 
-      element.innerHTML = '<video controls autoplay><source src="http://echo.lurk.org:999/test.webm" type="video/webm"></video>';
+      element.innerHTML = '<video controls autoplay><source src="https://echo.lurk.org:999/test.webm" type="video/webm"></video>';
 
       chat_title.insertBefore(element, chat_title.firstChild);