aboutsummaryrefslogtreecommitdiffstats
path: root/functions/event.js
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-05-30 17:58:55 +0000
committerChad Little <clittle@users.sourceforge.net>2003-05-30 17:58:55 +0000
commit87f4ce8dd9cfa600d10ca2bd73fd4390a181ef99 (patch)
tree09a641dfb23c3304f29aec25d1ad6588b81dc134 /functions/event.js
parent544791f934e723c7393023a576f10ed6a21958ae (diff)
downloadphpicalendar-87f4ce8dd9cfa600d10ca2bd73fd4390a181ef99.tar.gz
phpicalendar-87f4ce8dd9cfa600d10ca2bd73fd4390a181ef99.tar.bz2
phpicalendar-87f4ce8dd9cfa600d10ca2bd73fd4390a181ef99.zip
Cleanup for 0.9.2, removed old calendars, provided new demo calendar.
Diffstat (limited to 'functions/event.js')
-rw-r--r--functions/event.js27
1 files changed, 0 insertions, 27 deletions
diff --git a/functions/event.js b/functions/event.js
deleted file mode 100644
index 8b0ebb2..0000000
--- a/functions/event.js
+++ /dev/null
@@ -1,27 +0,0 @@
-<?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, status)
- {
- var windowW = 460;
- var windowH = 275;
-
- var url = "includes/event.php?event="+event+
- "&cal="+calendarname+
- "&start="+start+
- "&end="+end+
- "&description="+description+
- "&status="+status;
-
- options = "scrollbars=yes,width="+windowW+",height="+windowH;
-
- info = window.open(url, "Popup", options);
-
- info.focus();
- }
-
-//-->
-</script>

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