aboutsummaryrefslogtreecommitdiffstats
path: root/functions/todo.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/todo.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/todo.js')
-rw-r--r--functions/todo.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/todo.js b/functions/todo.js
index d53d2dd..3e71650 100644
--- a/functions/todo.js
+++ b/functions/todo.js
@@ -3,12 +3,12 @@
<!--
function openTodoInfo(vtodo_array)
{
- var windowW = 450;
+ var windowW = 460;
var windowH = 275;
var url = "includes/todo.php?vtodo_array="+vtodo_array;
- options = "scrollbars=no"+",width="+windowW+",height="+windowH;
+ options = "scrollbars=yes,width="+windowW+",height="+windowH;
info = window.open(url, "Popup", options);

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