Hotfix: Wrong console.log

This commit is contained in:
Divlo 2019-12-29 01:51:23 +01:00
parent 964d5fcf35
commit 1f26995f2e

View File

@ -6,7 +6,6 @@ $(function () {
$animate.appear();
$animate.on('appear', function (event, affected) {
for (var i = 0; i < affected.length; i++) {
console.log(affected[i]);
$(affected[i]).addClass('animated');
}
});