From: Anthony Talarico Date: Mon, 18 Jan 2016 20:43:22 +0000 (-0500) Subject: added dynamic footer cam image X-Git-Tag: v1.0.0^2~34 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=cc0f940a594aaffd33709efe2de63beb346f44b4;p=WP-Themes%2Fotsego.git added dynamic footer cam image --- diff --git a/footer.php b/footer.php index 6a09c1c..b627334 100644 --- a/footer.php +++ b/footer.php @@ -11,8 +11,16 @@
Webcams
- +
+
diff --git a/js/app.js b/js/app.js index c7af6d9..4e9f003 100644 --- a/js/app.js +++ b/js/app.js @@ -125,6 +125,7 @@ $(document).ready(function () { $('.excerpt' + i).text(chars); } } + /* get number of elements in DOM console.log($("*").length); var pageBytes = $('html').html().length; var kbytes = pageBytes / 1024; diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 40ea86d..cdfc074 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -116,6 +116,7 @@ $(document).ready(function () { $('.excerpt' + i).text(chars); } } + /* get number of elements in DOM console.log($("*").length); var pageBytes = $('html').html().length; var kbytes = pageBytes / 1024;