summaryrefslogtreecommitdiff
path: root/client/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-10-10 14:19:28 +0200
committerJules Laplace <julescarbon@gmail.com>2018-10-10 14:19:28 +0200
commitea914397d0ba0c62f158d72b38c38f7a2097f8e4 (patch)
treeb41fafd2f31fd109490fbd46200dd0901ffb874a /client/index.js
parent4378f977c385f475826b9680ae4c705e5ebff910 (diff)
deploy bundle
Diffstat (limited to 'client/index.js')
-rw-r--r--client/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/index.js b/client/index.js
index 2c9716a..3f48bd3 100644
--- a/client/index.js
+++ b/client/index.js
@@ -59,7 +59,7 @@ data.load().then(lists => {
play_fn: play_sequence,
}
})
- datasets["Mass Shootings"] = lists.mass_shootings_lite
+ datasets["Mass Shootings"] = lists.mass_shootings_from_columbine
datasets["Mass Shootings"].name = "Mass Shootings"
datasets["Mass Shootings"].play_fn = play_mass_shootings
const lines = datasets["Mass Shootings"].lines.reverse()
@@ -241,7 +241,7 @@ function ready() {
min: -64,
max: 64,
step: 1,
- value: 17,
+ value: 19,
})
update_value_on_change(nx.multiply, '#multiply', true)