removing the contact form buttom link from the front page
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 23 Jul 2018 19:19:40 +0000 (15:19 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 23 Jul 2018 19:19:40 +0000 (15:19 -0400)
js/custom.js

index 301df51..32b1da5 100644 (file)
@@ -183,11 +183,11 @@ jQuery(document).ready(function($){
         $("#modal-login").toggleClass("show-login");
     })
 
-    getting_started.append( $('<div />',{
-        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( $('<div />',{
+    //     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