aboutsummaryrefslogtreecommitdiff
path: root/static/popup.ts
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-10-31 20:48:23 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-10-31 20:48:23 +0100
commit2d0ec2b162e3e2851fef7f280aab21c9f00cd171 (patch)
tree5d05f6b3c790a3e7af9b579469d64529c99a06f8 /static/popup.ts
parentMostly fix datetime values in frontend. (diff)
downloadcalp-2d0ec2b162e3e2851fef7f280aab21c9f00cd171.tar.gz
calp-2d0ec2b162e3e2851fef7f280aab21c9f00cd171.tar.xz
Everything but lib.
Diffstat (limited to 'static/popup.ts')
-rw-r--r--static/popup.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/popup.ts b/static/popup.ts
index 8d9420c6..3fb4ae54 100644
--- a/static/popup.ts
+++ b/static/popup.ts
@@ -1,3 +1,5 @@
+import { find_block, find_popup, PopupElement } from './globals'
+export { event_from_popup, popup_from_event, close_popup, close_all_popups, VIEW, open_popup, toggle_popup, activePopup }
/* event component => coresponding popup component */