diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-04-13 11:30:54 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-04-13 11:30:54 +0200 |
| commit | 566af59c962a4c5debfa75244be3bf2d6322cfc4 (patch) | |
| tree | 597734e337d1721288a25c4976b1e7183caa516c | |
| parent | a86500b407624dfb4a5c46d66144875d7b7741f8 (diff) | |
| download | vortrag-knn-566af59c962a4c5debfa75244be3bf2d6322cfc4.tar.gz vortrag-knn-566af59c962a4c5debfa75244be3bf2d6322cfc4.zip | |
remove control bar on #boston-bias
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
