Hi,
this code works fine:
//load two data feeds
scheduler.load(“events_shared.php?user=1”);
scheduler.load(“events_shared.php?user=2”);
scheduler.config.readonly = true;
but, when I add this line:
scheduler.setLoadMode(“month”);
then only the first request (user=1) is sent to the server.
I understand that there is a bug here.
Another minor issue:
in locale_es, date:day_full says “mi�rcores” and it must say “mi�rcoles” (not very important, indeed).
Thanks
in locale_es, date:day_full says “mi�rcores” and it must say “mi�rcoles” (not very important, indeed).
Thanks for remark we will update it