aboutsummaryrefslogtreecommitdiffstats
path: root/functions/event.js
diff options
context:
space:
mode:
authormarook <marook>2003-01-21 03:18:07 +0000
committermarook <marook>2003-01-21 03:18:07 +0000
commit7738ba2742cfd2232c9bf78e0a98ba79c85c9456 (patch)
tree7d1b08378570c396f9a81dc8ae91315b26042c52 /functions/event.js
parent4f5b4984b1a25174340fb31e39c3a2a0c983e7c8 (diff)
downloadphpicalendar-7738ba2742cfd2232c9bf78e0a98ba79c85c9456.tar.gz
phpicalendar-7738ba2742cfd2232c9bf78e0a98ba79c85c9456.tar.bz2
phpicalendar-7738ba2742cfd2232c9bf78e0a98ba79c85c9456.zip
Removed Scrollbar param, to allow browser to auto-disply when needed.
Diffstat (limited to 'functions/event.js')
-rw-r--r--functions/event.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/functions/event.js b/functions/event.js
index 12f7b74..f9e6fd1 100644
--- a/functions/event.js
+++ b/functions/event.js
@@ -1,3 +1,7 @@
+<?php
+// Version Info:
+// 21-jan-03, Marook: Removed Scrollbar param, to allow browser to auto-disply when needed.
+?>
<script language="JavaScript" type="text/javascript">
<!--
function openEventInfo(event, calendarname, start, end, description)
@@ -11,7 +15,7 @@
"&end="+end+
"&description="+description;
- options = "scrollbars=no"+",width="+windowW+",height="+windowH;
+ options = "width="+windowW+",height="+windowH; //"scrollbars=no"+",
info = window.open(url, "Popup", options);

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