forked from extern/egroupware
fixed bug [ 1357897 ] Change of calendar view fails when drop down menu is used
This commit is contained in:
parent
e9cfc86e19
commit
311f8a5a36
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user