Update js/plateAnimation.js
Corrected syntax to call function.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user