Update js/plateAnimation.js

Corrected syntax to call function.
This commit is contained in:
2018-10-23 17:03:31 -04:00
parent 1ec79be4ee
commit d94d1ec2a5

View File

@@ -71,7 +71,7 @@ function test () {
//updates plates
jQuery(".b-platevisual__plates").html(weighthtml);
//animates plates back on
setTimeout(animatePlatesIn, 250);
setTimeout(animatePlatesIn(), 250);
} else {
//updates plates
jQuery(".b-platevisual__plates").html(weighthtml);