From 72609107125972e8e91acd5354e439e7dbed98ab Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 20 Sep 2016 15:19:34 -0400 Subject: [PATCH] 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. --- footer.php | 12 ++++++++++++ index.php | 16 +--------------- 2 files changed, 13 insertions(+), 15 deletions(-) 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 -- 2.17.1