| Issue 569: | Script error when no events found in source | |
| Back to list |
When no events are found in ajax source, script error incomes at line 411.
Solved by surrounding lines 411 to 418 by
if(a != null) {
...
}
|
|
| ► Sign in to add a comment |
Mergedinto: 555