From cb265986f3700855de21df03b003a5de2e44bea6 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Wed, 18 Nov 2020 21:52:50 +0100 Subject: Remove irritating footer files Signed-off-by: Tilman Vatteroth --- public/views/index/footer.ejs | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'public/views/index/footer.ejs') diff --git a/public/views/index/footer.ejs b/public/views/index/footer.ejs index e69de29b..638f4930 100644 --- a/public/views/index/footer.ejs +++ b/public/views/index/footer.ejs @@ -0,0 +1,12 @@ +<% if(useCDN) { %> + + + + + + + +<%- include ../build/cover-scripts %> +<% } else { %> +<%- include ../build/cover-pack-scripts %> +<% } %> \ No newline at end of file -- cgit v1.2.3