From d94d1ec2a5f26e9d125e4e8ef532c606a67f7c37 Mon Sep 17 00:00:00 2001 From: stevenhaskell Date: Tue, 23 Oct 2018 17:03:31 -0400 Subject: [PATCH] Update js/plateAnimation.js Corrected syntax to call function. --- js/plateAnimation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/plateAnimation.js b/js/plateAnimation.js index b4d2175..03fb4f3 100644 --- a/js/plateAnimation.js +++ b/js/plateAnimation.js @@ -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);