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 + 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()); }); 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 +