aboutsummaryrefslogtreecommitdiffstats
path: root/js/arrows.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/arrows.js')
-rw-r--r--js/arrows.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/arrows.js b/js/arrows.js
index ec7352c..10ad416 100644
--- a/js/arrows.js
+++ b/js/arrows.js
@@ -20,7 +20,7 @@ function make_arrow() {
setTimeout(make_arrow, delay);
setTimeout(() => {
svg.remove();
- arrows.remove(ob);
+ arrows.shift();
}, lifetime);
}