From 832a7b099a2cf77c8bda9bc66e6e7cbdf0e76ff8 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 24 Jul 2018 14:19:35 -0400 Subject: [PATCH] removing clickable functionality from the front page action items --- js/custom.js | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/js/custom.js b/js/custom.js index 4a670d5..37f8f92 100644 --- a/js/custom.js +++ b/js/custom.js @@ -215,23 +215,10 @@ jQuery(document).ready(function($){ course_cards.on("click", function(){ window.location = $(this).data('url'); }) - 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(){ - $("#modal-login").toggleClass("show-login"); - }) - $('.cmdur-success').find('a').on("click", function(e){ - e.preventDefault(); - return false; - }) - $('.cmdur-success').children('a').addClass("login-modal"); - - // getting_started.append( $('
',{ - // class: 'contact-form', - // text: `Invite Superior Hospitality Partners to your community to see if Hospitality Mentality 360 will be beneficial for you and your visitors.` - // })) - // $(".contact-form").on("click", function(){ - // window.location = window.contactForm; + // 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(){ + // $("#modal-login").toggleClass("show-login"); // }) }); \ No newline at end of file -- 2.17.1