From 2cdcd79a9e459e700dd30cc98baa035a221e7443 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Mon, 5 Apr 2021 18:21:55 +0100 Subject: [PATCH] Attempt to fix mixed content issue --- .gitmodules | 3 +++ index.html | 2 +- table.js | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 table.js diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b0af52e --- /dev/null +++ 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 index 1fa542e..bfac82b 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@
+ src="table.js">
diff --git a/table.js b/table.js new file mode 160000 index 0000000..80854b1 --- /dev/null +++ b/table.js @@ -0,0 +1 @@ +Subproject commit 80854b198c26c694994b0365d896c9f496d0a6fd