From 5527970aa00511f20458f50ac424f35520aa1ba6 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 23 Jul 2018 15:16:19 -0400 Subject: [PATCH] testing updated javascript to make the front page action items clickable to open the signup modal --- js/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/custom.js b/js/custom.js index 21b80b9..301df51 100644 --- a/js/custom.js +++ b/js/custom.js @@ -176,7 +176,7 @@ jQuery(document).ready(function($){ course_cards.on("click", function(){ window.location = $(this).data('url'); }) - let getting_started = $(".parallax-section:first-child"); + let getting_started = $(".parallax-section:nth-child(2)"); let login_section = getting_started.find(".service-listing").children(".service-list:first-child"); login_section.addClass("parallax-hover"); login_section.on("click", function(){ -- 2.17.1