summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;