www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules

commit 2cdcd79a9e459e700dd30cc98baa035a221e7443
parent 3d08d85e90611481f5f7a34b0dc56285fec1615f
Author: Suzanne Soy <ligo@suzanne.soy>
Date:   Mon,  5 Apr 2021 18:21:55 +0100

Attempt to fix mixed content issue

Diffstat:
A.gitmodules | 3+++
Mindex.html | 2+-
Atable.js | 1+
3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "table.js"] + path = table.js + url = https://github.com/jsmaniac/table.js diff --git a/index.html b/index.html @@ -23,7 +23,7 @@ <div class="three-d object test"> <iframe style="width:100%; height:90%;" - src="https://jsmaniac.github.com/table.js"></iframe> + src="table.js"></iframe> </div> </div> <div class="three-d room hover room-test2"> diff --git a/table.js b/table.js @@ -0,0 +1 @@ +Subproject commit 80854b198c26c694994b0365d896c9f496d0a6fd