Small text update + delete log

This commit is contained in:
2021-02-16 00:28:31 +01:00
parent f51ea1a530
commit e8d7e401b0
2 changed files with 5 additions and 6 deletions

View File

@ -14,7 +14,6 @@ jQuery(document).ready(function($)
var a8 = "om";
var a9 = "is_";
var goodMail = a2 + a9 + a4 + a7 + a3 + a5 + a1 + a6 + a8;
console.log(goodMail + '?subject=[Ginou] Contact');
$(this).attr('href', href.replace('badmail', goodMail + '?subject=[Ginou] Contact'));
});
});