aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-10-16 22:24:57 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-10-16 23:28:34 +0200
commit53c003b8ac61d2c1e7373776cbb4914e10043b1d (patch)
tree61b801562f026995c38412a9d51fcf5a786ef2bd /static
parentValidate that submitted event doesn't have invalid interval. (diff)
downloadcalp-53c003b8ac61d2c1e7373776cbb4914e10043b1d.tar.gz
calp-53c003b8ac61d2c1e7373776cbb4914e10043b1d.tar.xz
Minor cleaup.
Diffstat (limited to 'static')
-rw-r--r--static/server_connect.ts2
-rw-r--r--static/style.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/static/server_connect.ts b/static/server_connect.ts
index d1a544eb..29f5bab2 100644
--- a/static/server_connect.ts
+++ b/static/server_connect.ts
@@ -64,7 +64,7 @@ async function create_event(event: VEvent) {
return;
}
- console.log('calendar=', calendar/*, xml*/);
+ console.log('calendar =', atob(calendar)/*, xml*/);
let data = new URLSearchParams();
data.append("cal", calendar);
diff --git a/static/style.scss b/static/style.scss
index 578288b4..d5920f79 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -819,7 +819,7 @@ popup-element {
/* some form of sensible minimi and default size for the popup (s main area). */
min-width: 150px;
width: 350px;
- height: 250px;
+ height: 300px;
}
}