getting rid of popup on clicking the login/signup

This commit is contained in:
talksik
2019-04-16 17:29:07 -07:00
parent cb0b822e69
commit 5116a5a929
+1 -1
View File
@@ -1,6 +1,6 @@
$(document).ready(function() { $(document).ready(function() {
// popup when they try to log in or signup // popup when they try to log in or signup
$('#login, #signup, .social-media-icons').click(function() { $('.social-media-icons').click(function() {
$('#popup') $('#popup')
.text('Coming Soon!') .text('Coming Soon!')
.slideDown() .slideDown()