fixed bug [ 1357897 ] Change of calendar view fails when drop down menu is used

This commit is contained in:
Ralf Becker 2005-11-21 08:19:56 +00:00
parent e9cfc86e19
commit 311f8a5a36

View File

@ -563,8 +563,8 @@ class uical
'text' => "
<script type=\"text/javascript\">
function load_cal(url,id) {
var owner='';
selectBox = document.getElementById(id);
owner='';
for(i=0; i < selectBox.length; ++i) {
if (selectBox.options[i].selected) {
owner += (owner ? ',' : '') + selectBox.options[i].value;