aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-08-12 19:20:43 +0000
committerChad Little <clittle@users.sourceforge.net>2004-08-12 19:20:43 +0000
commitcd06026f2d433d1ff9e34924f1d9ea63331f88f2 (patch)
tree538e9e4348333134ead4a4ede96b8df54a2f3a2d /functions
parent67f44a9496bed9aab33b40b7c9a2bc121655dab9 (diff)
downloadphpicalendar-cd06026f2d433d1ff9e34924f1d9ea63331f88f2.tar.gz
phpicalendar-cd06026f2d433d1ff9e34924f1d9ea63331f88f2.tar.bz2
phpicalendar-cd06026f2d433d1ff9e34924f1d9ea63331f88f2.zip
Added todo.js and charset. Needs testing.
Diffstat (limited to 'functions')
-rw-r--r--functions/todo.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/functions/todo.js b/functions/todo.js
index 3e71650..52cc96a 100644
--- a/functions/todo.js
+++ b/functions/todo.js
@@ -1,17 +1,12 @@
-
<script language="JavaScript" type="text/javascript">
<!--
function openTodoInfo(vtodo_array)
{
var windowW = 460;
var windowH = 275;
-
var url = "includes/todo.php?vtodo_array="+vtodo_array;
-
options = "scrollbars=yes,width="+windowW+",height="+windowH;
-
info = window.open(url, "Popup", options);
-
info.focus();
}

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