From: Anthony Talarico Date: Mon, 30 Apr 2018 12:15:28 +0000 (-0400) Subject: fixing wrong links attached to the bottom portfolio images X-Git-Tag: v1.0.0^2~3 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=bb17d3220996761874938ef3683f0432f31de1fe;p=WP-Themes%2Fkingsail.git fixing wrong links attached to the bottom portfolio images --- diff --git a/js/custom.js b/js/custom.js index 13a3396..f86f592 100644 --- a/js/custom.js +++ b/js/custom.js @@ -155,6 +155,6 @@ jQuery(document).ready(function($){ }); let portfolio_bottom = $('.portfolio-listing').last(); portfolio_bottom.children('a').first().attr('href', 'https://clients.innroad.com/kingsail/property.aspx').attr('target', '_blank'); - portfolio_bottom.children('a:eq(1)').attr('href', window.pages.amenities); - portfolio_bottom.children('a').last().attr('href', window.pages.area); + portfolio_bottom.children('a:eq(1)').attr('href', window.pages.area); + portfolio_bottom.children('a').last().attr('href', window.pages.amenities); }); \ No newline at end of file