From: Anthony Talarico Date: Mon, 23 Jul 2018 19:19:40 +0000 (-0400) Subject: removing the contact form buttom link from the front page X-Git-Tag: v1.0.0^2~41 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=e045d728c5397477d67124bdc46f2b7177808158;p=WP-Themes%2Fsaultstemarie360.git removing the contact form buttom link from the front page --- 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