From: Anthony Talarico Date: Tue, 2 Aug 2016 17:19:49 +0000 (-0400) Subject: forgot to uncomment code that was removed for testing X-Git-Tag: v1.0.0^2~195 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=5c85bdab04600ac7c9ca9aa9c09ddd93303808a9;p=WP-Themes%2Fpetoskeyarea.git forgot to uncomment code that was removed for testing --- diff --git a/front-page.php b/front-page.php index 278ebd9..9deff38 100644 --- a/front-page.php +++ b/front-page.php @@ -80,9 +80,9 @@ foreach ($posts as $p){ var id; function get_id(el){ - console.log(el.alt); +// console.log(el.alt); id = el.getAttribute("data-id"); -// window.location.href = site_array[el.getAttribute("data-id")]; + window.location.href = site_array[el.getAttribute("data-id")]; }