The JavaScript error console shows the following:
Uncaught exception: TypeError: Cannot convert 'a' to object Error thrown at line 1, column 62584 in initWidgetOnSuccess(a) in http:
You are trying to restore the a.data property, and a is not an object. The error is that getApi.php does not return a valid JSON string.
source share