getting rid of popup on clicking the login/signup
This commit is contained in:
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
$(document).ready(function() {
|
||||
// popup when they try to log in or signup
|
||||
$('#login, #signup, .social-media-icons').click(function() {
|
||||
$('.social-media-icons').click(function() {
|
||||
$('#popup')
|
||||
.text('Coming Soon!')
|
||||
.slideDown()
|
||||
|
||||
Reference in New Issue
Block a user