From 515c04e2938d16023f12f83fd797b37b65a611d6 Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 13 Apr 2016 11:32:49 +0200 Subject: disable auto-animation on #tranhistory --- index.html | 1 - 1 file changed, 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index 7cede87..bf780b4 100644 --- a/index.html +++ b/index.html @@ -374,7 +374,6 @@ new VisIntegrater(function(c) { weightsWrapper.afterLoad(function() { weightsWrapper.openIn(c, true); - setTimeout(function(){ weightsWrapper.animate(10, 10); }, 1000); }); }, function(c) { weightsWrapper.remove(c); -- cgit v1.3.1