fix email icon & removed debug message
This commit is contained in:
parent
e1e029f033
commit
a659dea180
|
@ -971,6 +971,10 @@ footer {
|
|||
background-image: url('../img/icon-github.svg');
|
||||
}
|
||||
|
||||
.icon-email {
|
||||
background-image: url("../img/icon-email.svg");
|
||||
}
|
||||
|
||||
.icon-twitter {
|
||||
background-image: url('../img/icon-twitter.svg');
|
||||
}
|
||||
|
|
|
@ -100,7 +100,6 @@
|
|||
},
|
||||
|
||||
afterSuccess: function(data, form) {
|
||||
console.log(data);
|
||||
jQuery(".status-text").removeClass('shown');
|
||||
jQuery("#maitre-verification").html(
|
||||
"Remember to confirm your email to be added to the signup queue. <br /> Improve your position by referring your friends and spreading the word.");
|
||||
|
|
Loading…
Reference in New Issue