From bb17d3220996761874938ef3683f0432f31de1fe Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 30 Apr 2018 08:15:28 -0400 Subject: [PATCH] fixing wrong links attached to the bottom portfolio images --- js/custom.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.17.1