From 4ac155f8b9f6ce3d6d77e57d47588a7c255c4125 Mon Sep 17 00:00:00 2001 From: Redmond Date: Sun, 7 Mar 2021 09:55:08 +0000 Subject: [PATCH 1/3] Update now.html --- public/now.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/now.html b/public/now.html index 93291e5..384678e 100644 --- a/public/now.html +++ b/public/now.html @@ -206,7 +206,7 @@

All done, enjoy!

- © Copyright 2020 Applicationize - All rights reserved. + © Copyright Applicationize - All rights reserved.
@@ -245,4 +245,4 @@

All done, enjoy!

ga('send', 'pageview'); - \ No newline at end of file + From d6a75d1886ec4e9e2e4929a10467c2120a6e35cb Mon Sep 17 00:00:00 2001 From: Redmond Date: Sun, 7 Mar 2021 09:56:53 +0000 Subject: [PATCH 2/3] Update index.html --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 83c6362..dce31a0 100644 --- a/public/index.html +++ b/public/index.html @@ -171,7 +171,7 @@

Go on, try it.

- © Copyright 2020 Applicationize - All rights reserved. + © Copyright Applicationize - All rights reserved.
@@ -209,4 +209,4 @@

Go on, try it.

ga('send', 'pageview'); - \ No newline at end of file + From 5d27b04ed2521ab7fe41c09e8eaa767599cc41b4 Mon Sep 17 00:00:00 2001 From: Redmond Date: Sun, 7 Mar 2021 10:02:13 +0000 Subject: [PATCH 3/3] Auto set year --- public/js/scripts.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/js/scripts.js b/public/js/scripts.js index 2e3b224..12d371b 100644 --- a/public/js/scripts.js +++ b/public/js/scripts.js @@ -953,6 +953,9 @@ $(document).ready(function() { document.body.appendChild(script); } } + + // Set year in footer + $('.footer-year').text(new Date().getFullYear()); });