aboutsummaryrefslogtreecommitdiff
path: root/static/event-creator.ts
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-10 00:13:15 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-10 00:13:15 +0100
commit5211cea181bbdf9c5296f09806c3735197bc2042 (patch)
tree1b0dad1db73330e4c237885100e463f5cae99e64 /static/event-creator.ts
parentBetter handling of popup visibility. (diff)
downloadcalp-5211cea181bbdf9c5296f09806c3735197bc2042.tar.gz
calp-5211cea181bbdf9c5296f09806c3735197bc2042.tar.xz
Close popup on event creation.
Diffstat (limited to 'static/event-creator.ts')
-rw-r--r--static/event-creator.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/static/event-creator.ts b/static/event-creator.ts
index 6be94a9d..3459dba1 100644
--- a/static/event-creator.ts
+++ b/static/event-creator.ts
@@ -65,7 +65,6 @@ class EventCreator {
// let [popup, event] = that.create_empty_event();
// that.event = event;
that.ev = new VEvent();
- that.ev.setProperty('summary', 'Created Event');
that.ev.setProperty('uid', uuid())
that.ev.calendar = window.default_calendar;