mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-08-02 12:40:14 +08:00
persist addEventSource calls (issue 2191)
This commit is contained in:
@@ -230,6 +230,7 @@ function EventManager(options) { // assumed to be a calendar
|
||||
function addEventSource(sourceInput) {
|
||||
var source = buildEventSource(sourceInput);
|
||||
if (source) {
|
||||
sources.push(source);
|
||||
pendingSourceCnt++;
|
||||
fetchEventSource(source, currentFetchID); // will eventually call reportEvents
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user