aboutsummaryrefslogtreecommitdiffstats
path: root/functions/event.js
diff options
context:
space:
mode:
authorGreg Westin <westin@users.sourceforge.net>2003-02-08 04:47:57 +0000
committerGreg Westin <westin@users.sourceforge.net>2003-02-08 04:47:57 +0000
commit1abdce2be8b964f28768e663e84359eb321a369c (patch)
tree424c341ff7bff2b17470207011c92bb496f9d7e7 /functions/event.js
parent7738ba2742cfd2232c9bf78e0a98ba79c85c9456 (diff)
downloadphpicalendar-1abdce2be8b964f28768e663e84359eb321a369c.tar.gz
phpicalendar-1abdce2be8b964f28768e663e84359eb321a369c.tar.bz2
phpicalendar-1abdce2be8b964f28768e663e84359eb321a369c.zip
-Changes to functions/todo.js and functions/event.js fix bug 654486.
-Other miscellaneous changes to event and todo popups. -Changed a variable name to avoid confusion with other similarly-named var
Diffstat (limited to 'functions/event.js')
-rw-r--r--functions/event.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/functions/event.js b/functions/event.js
index f9e6fd1..0f3bcad 100644
--- a/functions/event.js
+++ b/functions/event.js
@@ -6,16 +6,16 @@
<!--
function openEventInfo(event, calendarname, start, end, description)
{
- var windowW = 450;
+ var windowW = 460;
var windowH = 275;
var url = "includes/event.php?event="+event+
- "&calendar_name="+calendarname+
+ "&cal="+calendarname+
"&start="+start+
"&end="+end+
"&description="+description;
- options = "width="+windowW+",height="+windowH; //"scrollbars=no"+",
+ options = "scrollbars=yes,width="+windowW+",height="+windowH;
info = window.open(url, "Popup", options);

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