From 566af59c962a4c5debfa75244be3bf2d6322cfc4 Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 13 Apr 2016 11:30:54 +0200 Subject: remove control bar on #boston-bias --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6d895f4..7cede87 100644 --- a/index.html +++ b/index.html @@ -330,7 +330,7 @@ var mocker = new WeightVisWrapper(); new VisIntegrater(function(c) { weightsWrapper.afterLoad(function() { - weightsWrapper.openIn(c, true); + weightsWrapper.openIn(c, false); weightsWrapper.jumpTo(0); function calc() { var inputs, calculated, expected; -- cgit v1.3.1