when i launch daypilot on the web, i get the following error on the web debugger:
SyntaxError: JSON.parse: unexpected end of data at line 1 column 1 of the JSON datadaypilot-all.debug.js:8869:31
this._updateView = function(result, context) {
//var start = new Date();
var result = JSON.parse(result); //<-- he say here
how i can debug this ?