From: Laury GvR Date: Tue, 20 Sep 2016 19:19:34 +0000 (-0400) Subject: Moved the image resizing script into footer X-Git-Tag: v1.0.21^2~26 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=72609107125972e8e91acd5354e439e7dbed98ab;p=WP-Themes%2Fpetoskeyarea.git Moved the image resizing script into footer The script that resizes member-list-images was placed outside of the HTML tag, in index.php. Now it's place in footer.php. --- diff --git a/footer.php b/footer.php index c9db146..e74996b 100644 --- a/footer.php +++ b/footer.php @@ -143,6 +143,18 @@ __lc.license = 5885401; lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s); })(); + + diff --git a/index.php b/index.php index 625da63..b7ace6b 100644 --- a/index.php +++ b/index.php @@ -35,18 +35,4 @@ - - - + \ No newline at end of file