aboutsummaryrefslogtreecommitdiffstats
path: root/functions/event.js
diff options
context:
space:
mode:
authorJason Oster <parasytic@users.sourceforge.net>2009-07-07 14:48:28 +0000
committerJason Oster <parasytic@users.sourceforge.net>2009-07-07 14:48:28 +0000
commitf36d3298f0401e4fb1ca131d18d51d3d47e39818 (patch)
tree46c674f1774b120741ea173c4706f581cbd7dccf /functions/event.js
parent710abd276f9720e6e5b049c64d0aac5a2cc198d5 (diff)
downloadphpicalendar-f36d3298f0401e4fb1ca131d18d51d3d47e39818.tar.gz
phpicalendar-f36d3298f0401e4fb1ca131d18d51d3d47e39818.tar.bz2
phpicalendar-f36d3298f0401e4fb1ca131d18d51d3d47e39818.zip
HTML/CSS template rewrites, nice-title integration, XSS fixes, version bump
Diffstat (limited to 'functions/event.js')
-rw-r--r--functions/event.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/event.js b/functions/event.js
index 9020de9..13aa609 100644
--- a/functions/event.js
+++ b/functions/event.js
@@ -11,7 +11,7 @@ function openEventWindow(num) {
form.elements.event_data.value = data.event_data;
// open a new window
- var w = window.open('', 'Popup', 'scrollbars=yes,width=460,height=275');
+ var w = window.open('', 'Popup', 'scrollbars=yes,width=550,height=350');
form.target = 'Popup';
form.submit();
}
@@ -36,7 +36,7 @@ function openTodoInfo(num) {
form.elements.todo_data.value = data.todo_data;
// open a new window
- var w = window.open('', 'Popup', 'scrollbars=yes,width=460,height=275');
+ var w = window.open('', 'Popup', 'scrollbars=yes,width=550,height=350');
form.target = 'Popup';
form.submit();
}

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