From 4dd82b3376a8c92ed9fadeca95aad73559241b59 Mon Sep 17 00:00:00 2001 From: Aaron van Meerten Date: Fri, 20 May 2016 16:45:40 -0500 Subject: [PATCH 1/2] switch config.js values to be present directly in index.html, loaded server-side during page render instead of as a separate request --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0dcfc6e4d..69da26b10 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ window.indexLoadedTime = window.performance.now(); console.log("(TIME) index.html loaded:\t", indexLoadedTime); - + From 6170f6c268f9513ade5df0e03092c7e74746e2b7 Mon Sep 17 00:00:00 2001 From: Aaron van Meerten Date: Fri, 20 May 2016 16:51:37 -0500 Subject: [PATCH 2/2] add support for possible ssi of attribute left blank in default meet installations, to be overridden by adding to /base.html --- base.html | 0 index.html | 1 + 2 files changed, 1 insertion(+) create mode 100644 base.html diff --git a/base.html b/base.html new file mode 100644 index 000000000..e69de29bb diff --git a/index.html b/index.html index 69da26b10..7e73d0e4d 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,6 @@ +