From e045d728c5397477d67124bdc46f2b7177808158 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 23 Jul 2018 15:19:40 -0400 Subject: [PATCH] removing the contact form buttom link from the front page --- js/custom.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/js/custom.js b/js/custom.js index 301df51..32b1da5 100644 --- a/js/custom.js +++ b/js/custom.js @@ -183,11 +183,11 @@ jQuery(document).ready(function($){ $("#modal-login").toggleClass("show-login"); }) - 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; - }) + // 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; + // }) }); \ No newline at end of file -- 2.17.1