Hotfix: Wrong console.log
This commit is contained in:
parent
964d5fcf35
commit
1f26995f2e
@ -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');
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user