getting rid of popup on clicking the login/signup
This commit is contained in:
Vendored
+1
-1
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user