summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-04-13 11:30:54 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-04-13 11:30:54 +0200
commit566af59c962a4c5debfa75244be3bf2d6322cfc4 (patch)
tree597734e337d1721288a25c4976b1e7183caa516c
parenta86500b407624dfb4a5c46d66144875d7b7741f8 (diff)
downloadvortrag-knn-566af59c962a4c5debfa75244be3bf2d6322cfc4.tar.gz
vortrag-knn-566af59c962a4c5debfa75244be3bf2d6322cfc4.zip
remove control bar on #boston-bias
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
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;