From 16887ebb496eebec31e5fed600f255f01a1210aa Mon Sep 17 00:00:00 2001 From: MapGuy11 <43685307+MapGuy11@users.noreply.github.com> Date: Fri, 11 Mar 2022 19:04:57 -0500 Subject: [PATCH] Change to 2022 on Copyright text --- webroot/js/slides-loop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webroot/js/slides-loop.js b/webroot/js/slides-loop.js index ca112d4..ff3eee1 100644 --- a/webroot/js/slides-loop.js +++ b/webroot/js/slides-loop.js @@ -1225,7 +1225,7 @@ var mainMap setTimeout(function() { $('.city-slide-intro .weatherscancopyright .copyrighttext').fadeOut(500, function(){ $('.city-slide-intro .weatherscancopyright .copyrighttext').css('font-size','15px') - $('.city-slide-intro .weatherscancopyright .copyrighttext').text("© 2021 Weather Group Television LLC All Rights Reserved") + $('.city-slide-intro .weatherscancopyright .copyrighttext').text("© 2022 Weather Group Television LLC All Rights Reserved") }); $('.city-slide-intro .weatherscancopyright .copyrighttext').fadeIn(500); }, 5000);