aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-17 10:17:33 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-17 10:17:33 +0200
commitf7e489178120813a4aff0eff0140661bf402cbae (patch)
treec55d3ec6ee869a29dd892c8573734df6e18236f6 /static
parentSetup directories for dist. (diff)
downloadcalp-f7e489178120813a4aff0eff0140661bf402cbae.tar.gz
calp-f7e489178120813a4aff0eff0140661bf402cbae.tar.xz
Work on paths?
Diffstat (limited to 'static')
-rw-r--r--static/script.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/script.js b/static/script.js
index 7303d1c6..0d1ed7e2 100644
--- a/static/script.js
+++ b/static/script.js
@@ -552,7 +552,7 @@ function place_in_edit_mode (event) {
value: 'Skapa event',
});
- let article = popup.getElementsByTagName("article")[0];
+ let article = popup.getElementsByClassName("eventtext")[0];
article.appendChild(submit);