mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-09-11 12:10:23 +08:00
.
This commit is contained in:
@@ -98,11 +98,11 @@ function ResourceManager(options) {
|
||||
data: data,
|
||||
dataType: 'json',
|
||||
cache: false,
|
||||
success: function (res) {
|
||||
success: function(res) {
|
||||
res = res || [];
|
||||
resources = res;
|
||||
},
|
||||
error: function () {
|
||||
error: function() {
|
||||
alert("ajax error getting json from " + url);
|
||||
},
|
||||
async: false // too much work coordinating callbacks so dumb it down
|
||||
|
||||
Reference in New Issue
Block a user