aboutsummaryrefslogtreecommitdiffstats
path: root/functions/event.js
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-23 04:00:58 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-23 04:00:58 +0000
commit8b1ed16a4a1faa82008f0b74f09985267f45c241 (patch)
treef05e27ca7a6fd9d8f599b8a0e66fcbd369819e51 /functions/event.js
parentd6e23a6652a8dd73399e5fba8df079cd1588566c (diff)
downloadphpicalendar-8b1ed16a4a1faa82008f0b74f09985267f45c241.tar.gz
phpicalendar-8b1ed16a4a1faa82008f0b74f09985267f45c241.tar.bz2
phpicalendar-8b1ed16a4a1faa82008f0b74f09985267f45c241.zip
Popup additions.
Diffstat (limited to 'functions/event.js')
-rw-r--r--functions/event.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/event.js b/functions/event.js
index 19f5b97..6b51d1e 100644
--- a/functions/event.js
+++ b/functions/event.js
@@ -3,7 +3,7 @@
function openEventInfo(event, calendarname, start, end)
{
var windowW = 450;
- var windowH = 250;
+ var windowH = 175;
var url = "event.php?event="+escape(event)+
"&calendar_name="+escape(calendarname)+

© 2014-2024 Faster IT GmbH | imprint | privacy policy