fix email icon & removed debug message

This commit is contained in:
Adrian Tiberius 2016-09-18 08:37:18 +03:00
parent e1e029f033
commit a659dea180
2 changed files with 4 additions and 1 deletions

View File

@ -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');
}

View File

@ -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.");