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/foot.ejs | 12 ------------ public/views/index/footer.ejs | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 public/views/index/foot.ejs (limited to 'public/views/index') diff --git a/public/views/index/foot.ejs b/public/views/index/foot.ejs deleted file mode 100644 index 638f4930..00000000 --- a/public/views/index/foot.ejs +++ /dev/null @@ -1,12 +0,0 @@ -<% if(useCDN) { %> - - - - - - - -<%- include ../build/cover-scripts %> -<% } else { %> -<%- include ../build/cover-pack-scripts %> -<% } %> \ No newline at end of file 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